diff --git a/daemon/README.md b/daemon/README.md index 36aba95..0b30bda 100644 --- a/daemon/README.md +++ b/daemon/README.md @@ -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 ``` diff --git a/daemon/gamemoded.c b/daemon/gamemoded.c index a6ff2cd..58ebd5b 100644 --- a/daemon/gamemoded.c +++ b/daemon/gamemoded.c @@ -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" \