Skip to content

Commit

Permalink
Fix incorrect help string
Browse files Browse the repository at this point in the history
  • Loading branch information
kannibalox committed Jun 14, 2024
1 parent bbba551 commit 1d0239d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyrosimple/scripts/rtcontrol.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ class RtorrentControl(ScriptBaseWithConfig):
For numeric fields, a leading "+" means greater than, a leading "-" means less
than. For string fields, the value is a glob pattern (*, ?, [a-z], [!a-z]), or
a regex match enclosed by slashes. All string comparisons are case-ignoring.
a regex match enclosed by slashes. All string comparisons are case sensitive.
Multiple values separated by a comma indicate several possible choices (OR).
"!" in front of a filter value negates it (NOT).
Expand Down

0 comments on commit 1d0239d

Please sign in to comment.