From 9441ac73367da9cbb1299ebdbe16bf5ec71a4493 Mon Sep 17 00:00:00 2001 From: Jon Date: Sun, 7 Mar 2021 11:01:06 -0500 Subject: [PATCH] Update help descriptions --- qbit_manage.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qbit_manage.py b/qbit_manage.py index 9d32eab..f89feb5 100644 --- a/qbit_manage.py +++ b/qbit_manage.py @@ -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',