Browse Source

Fix typo in README and help message

Ari Breitkreuz 5 years ago
parent
commit
c8492ca28f
2 changed files with 2 additions and 2 deletions
  1. 1 1
      daemon/README.md
  2. 1 1
      daemon/gamemoded.c

+ 1 - 1
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
 ```

+ 1 - 1
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"                                                                                           \