mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-06 15:47:20 +02:00
Fix typo in README and help message
This commit is contained in:
parent
faea358023
commit
c8492ca28f
@ -11,7 +11,7 @@ Usage: gamemoded [-d] [-l] [-r] [-t] [-h] [-v]
|
|||||||
When no PID given, queries the status globally
|
When no PID given, queries the status globally
|
||||||
-d, --daemonize Daemonize self after launch
|
-d, --daemonize Daemonize self after launch
|
||||||
-l, --log-to-syslog Log to syslog
|
-l, --log-to-syslog Log to syslog
|
||||||
-r, --test Run tests
|
-t, --test Run tests
|
||||||
-h, --help Print this help
|
-h, --help Print this help
|
||||||
-v, --version Print version
|
-v, --version Print version
|
||||||
```
|
```
|
||||||
|
@ -72,7 +72,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||||||
" When no PID given, queries the status globally\n" \
|
" When no PID given, queries the status globally\n" \
|
||||||
" -d, --daemonize Daemonize self after launch\n" \
|
" -d, --daemonize Daemonize self after launch\n" \
|
||||||
" -l, --log-to-syslog Log to syslog\n" \
|
" -l, --log-to-syslog Log to syslog\n" \
|
||||||
" -r, --test Run tests\n" \
|
" -t, --test Run tests\n" \
|
||||||
" -h, --help Print this help\n" \
|
" -h, --help Print this help\n" \
|
||||||
" -v, --version Print version\n" \
|
" -v, --version Print version\n" \
|
||||||
"\n" \
|
"\n" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user