Skip to content

Commit

Permalink
Fix help description for --rem-orphaned argument (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
OddMagnet authored Dec 25, 2024
1 parent ed56bd6 commit b004ebb
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 b004ebb

Please sign in to comment.