removed -s option
authorJean-Philippe Orsini <jeanfi@gmail.com>
Thu, 6 Sep 2012 20:57:37 +0000 (20:57 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Thu, 6 Sep 2012 20:57:37 +0000 (20:57 +0000)
src/server/server.c

index a10a244..1274286 100644 (file)
@@ -107,7 +107,7 @@ void print_help()
        puts(_("  -d, --debug=LEVEL     "
               "set the debug level, integer between 0 and 3"));
        puts(_("  -l, --log-file=PATH   set the log file to PATH"));
-       puts(_("  -s, --sensor-log-file=PATH set the sensor log file to PATH"));
+       puts(_("  --sensor-log-file=PATH set the sensor log file to PATH"));
 
        puts("");
        printf(_("Report bugs to: %s\n"), PACKAGE_BUGREPORT);