mirror of
https://github.com/Wojtek242/qobuz-dl.git
synced 2024-11-22 11:05:25 +01:00
Add more info to --help
This commit is contained in:
parent
bb84d7ebd5
commit
07f3d1799a
@ -52,8 +52,8 @@ def getArgs(default_quality=6, default_limit=10, default_folder="Qobuz Downloads
|
|||||||
parser.add_argument("-r", action="store_true", help="create/reset config file")
|
parser.add_argument("-r", action="store_true", help="create/reset config file")
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"-i",
|
"-i",
|
||||||
metavar="Album/track URL",
|
metavar="album/track/artist/label/playlist URL",
|
||||||
help="run Qobuz-Dl on URL input mode (download by url)",
|
help="run qobuz-dl on URL input mode (download by url)",
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"-q",
|
"-q",
|
||||||
|
2
setup.py
2
setup.py
@ -15,7 +15,7 @@ if os.name == "nt":
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name=pkg_name,
|
name=pkg_name,
|
||||||
version="0.4",
|
version="0.4.2",
|
||||||
author="Vitiko",
|
author="Vitiko",
|
||||||
author_email="vhnz98@gmail.com",
|
author_email="vhnz98@gmail.com",
|
||||||
description="The complete Lossless and Hi-Res music downloader for Qobuz",
|
description="The complete Lossless and Hi-Res music downloader for Qobuz",
|
||||||
|
Loading…
Reference in New Issue
Block a user