@@ -60,7 +60,7 @@ Switches:
60
60
61
61
/hlp
62
62
Print usage information and exit. Can only be
63
- used as first argument, ignored otherwise.
63
+ used as first argument, ignored otherwise.
64
64
/ver
65
65
Print version information and exit. Can only be
66
66
used as first argument, ignored otherwise.
@@ -218,15 +218,17 @@ Settings:
218
218
+b|-b
219
219
Will turn 'blacklist' mode on/off. While in this
220
220
mode, all processes on which switches trigger are
221
- added to blacklist. This mode automatically turns
222
- on 'query all processes', 'loop', 'ignore' and
223
- 'test' modes on while it is active.
221
+ added to blacklist. Blacklisted processes will be
222
+ ignored by all switches. This mode automatically
223
+ turns on 'query all processes', 'loop', 'ignore'
224
+ and 'test' modes on while it is active.
224
225
+w|-w
225
226
Will turn 'whitelist' mode on/off. While in this
226
227
mode, all processes on which switches trigger are
227
- added to whitelist. This mode automatically turns
228
- on 'query all processes', 'loop', 'ignore' and
229
- 'test' modes on while it is active.
228
+ added to whitelist. Switches will query only
229
+ whitelisted processes. This mode automatically
230
+ turns on 'query all processes', 'loop', 'ignore'
231
+ and 'test' modes on while it is active.
230
232
+r|-r
231
233
Will turn 'recently created sort' mode on/off.
232
234
While in this mode, switches, instead of
0 commit comments