This commit is contained in:
vitiko98 2020-08-13 01:03:28 -04:00
parent dd36ea198a
commit 9fb700a806
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ optional arguments:
-h, --help show this help message and exit
-a enable albums-only search
-i run Qo-Dl-curses on URL input mode
-q int FLAC quality (5, 6, 7, 27) (default: 6) [320, LOSSLESS, 24B <96KHZ, 24B >96KHZ]
-q int quality (5, 6, 7, 27) (default: 6) [320, LOSSLESS, 24B <96KHZ, 24B >96KHZ]
-l int limit of search results by type (default: 10)
-d PATH custom directory for downloads
```

View File

@ -17,7 +17,7 @@ def getArgs():
parser.add_argument("-i", action="store_true",
help="run Qo-Dl-curses on URL input mode")
parser.add_argument("-q", metavar="int", default=6,
help="audioquality (5, 6, 7, 27) (default: 6)")
help="quality (5, 6, 7, 27) (default: 6)")
parser.add_argument("-l", metavar="int", default=10,
help="limit of search results by type (default: 10)")
parser.add_argument("-d", metavar="PATH", default='Qobuz Downloads',