mirror of
https://github.com/Footsiefat/zspotify
synced 2021-12-21 22:06:14 +01:00
Amended help text
This commit is contained in:
parent
693cc068c4
commit
ab35683045
@ -5,7 +5,8 @@ from app import client
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
parser = argparse.ArgumentParser(prog='zspotify', description='A Spotify downloader needing only a python interpreter and ffmpeg.')
|
||||
parser = argparse.ArgumentParser(prog='zspotify',
|
||||
description='A Spotify downloader needing only a python interpreter and ffmpeg.')
|
||||
parser.add_argument('-ns', '--no-splash',
|
||||
action='store_true',
|
||||
help='Suppress the splash screen when loading.')
|
||||
@ -14,7 +15,7 @@ if __name__ == '__main__':
|
||||
type=str,
|
||||
default='',
|
||||
nargs='?',
|
||||
help='Downloads the track, album, playlist or podcast episode specified as a command line argument. If an artist url is given, all albums by specified artist will be downloaded.')
|
||||
help='Downloads the track, album, playlist, podcast episode, or all albums by an artist from a url.')
|
||||
group.add_argument('-ls', '--liked-songs',
|
||||
dest='liked_songs',
|
||||
action='store_true',
|
||||
|
Loading…
x
Reference in New Issue
Block a user