Fix typo in README and help message

This commit is contained in:
Ari Breitkreuz 2020-03-21 20:28:27 +01:00 committed by afayaz-feral
parent faea358023
commit c8492ca28f
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ Usage: gamemoded [-d] [-l] [-r] [-t] [-h] [-v]
When no PID given, queries the status globally
-d, --daemonize Daemonize self after launch
-l, --log-to-syslog Log to syslog
-r, --test Run tests
-t, --test Run tests
-h, --help Print this help
-v, --version Print version
```

View File

@ -72,7 +72,7 @@ POSSIBILITY OF SUCH DAMAGE.
" When no PID given, queries the status globally\n" \
" -d, --daemonize Daemonize self after launch\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" \
" -v, --version Print version\n" \
"\n" \