Skip to content

Commit

Permalink
Fix help description for --rem-orphaned argument
Browse files Browse the repository at this point in the history
  • Loading branch information
OddMagnet authored Dec 25, 2024
1 parent 6074703 commit 316a02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qbit_manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
dest="rem_orphaned",
action="store_true",
default=False,
help="Use this if you would like to remove unregistered torrents.",
help="Use this if you would like to remove orphaned files.",
)
parser.add_argument(
"-tnhl",
Expand Down

0 comments on commit 316a02d

Please sign in to comment.