mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-01-10 09:58:25 +08:00
Update help descriptions
This commit is contained in:
parent
28aec747c8
commit
9441ac7336
1 changed files with 3 additions and 3 deletions
|
@ -28,13 +28,13 @@ parser.add_argument('-m', '--manage',
|
|||
dest='manage',
|
||||
action='store_const',
|
||||
const='manage',
|
||||
help='Use this if you would like to update your tags AND'
|
||||
' categories AND remove unregistered torrents.')
|
||||
help='Use this if you would like to update your tags, categories,'
|
||||
' remove unregistered torrents, AND recheck/resume paused torrents.')
|
||||
parser.add_argument('-s', '--cross-seed',
|
||||
dest='cross_seed',
|
||||
action='store_const',
|
||||
const='cross_seed',
|
||||
help='Use this after running cross-seed script to add your torrents into qBittorrent')
|
||||
help='Use this after running cross-seed script to add torrents from the cross-seed output folder to qBittorrent')
|
||||
parser.add_argument('-re', '--recheck',
|
||||
dest='recheck',
|
||||
action='store_const',
|
||||
|
|
Loading…
Reference in a new issue