mirror of
https://github.com/Wojtek242/qobuz-dl.git
synced 2024-11-22 02:55:25 +01:00
typo
This commit is contained in:
parent
dd36ea198a
commit
9fb700a806
@ -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
|
||||
```
|
||||
|
2
main.py
2
main.py
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user