mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-01-10 18:08:12 +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',
|
dest='manage',
|
||||||
action='store_const',
|
action='store_const',
|
||||||
const='manage',
|
const='manage',
|
||||||
help='Use this if you would like to update your tags AND'
|
help='Use this if you would like to update your tags, categories,'
|
||||||
' categories AND remove unregistered torrents.')
|
' remove unregistered torrents, AND recheck/resume paused torrents.')
|
||||||
parser.add_argument('-s', '--cross-seed',
|
parser.add_argument('-s', '--cross-seed',
|
||||||
dest='cross_seed',
|
dest='cross_seed',
|
||||||
action='store_const',
|
action='store_const',
|
||||||
const='cross_seed',
|
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',
|
parser.add_argument('-re', '--recheck',
|
||||||
dest='recheck',
|
dest='recheck',
|
||||||
action='store_const',
|
action='store_const',
|
||||||
|
|
Loading…
Reference in a new issue