Add more info to --help

This commit is contained in:
vitiko98 2020-12-07 17:07:44 -04:00
parent bb84d7ebd5
commit 07f3d1799a
2 changed files with 3 additions and 3 deletions

View File

@ -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(
"-i",
metavar="Album/track URL",
help="run Qobuz-Dl on URL input mode (download by url)",
metavar="album/track/artist/label/playlist URL",
help="run qobuz-dl on URL input mode (download by url)",
)
parser.add_argument(
"-q",

View File

@ -15,7 +15,7 @@ if os.name == "nt":
setup(
name=pkg_name,
version="0.4",
version="0.4.2",
author="Vitiko",
author_email="vhnz98@gmail.com",
description="The complete Lossless and Hi-Res music downloader for Qobuz",