From: Jean-Philippe Orsini Date: Thu, 6 Sep 2012 20:57:37 +0000 (+0000) Subject: removed -s option X-Git-Tag: v0.8.0.5~243 X-Git-Url: http://git.wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff_plain;h=bf8cc24c3a864770befc9576b9de0328a54ca73f removed -s option --- diff --git a/src/server/server.c b/src/server/server.c index a10a244..1274286 100644 --- a/src/server/server.c +++ b/src/server/server.c @@ -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);