From: Jean-Philippe Orsini Date: Sun, 13 Nov 2011 23:36:37 +0000 (+0000) Subject: added --debug option in the help output X-Git-Tag: v0.8.0.5~542 X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff_plain;h=26004eb3b93f0cf2e46f378bf646475618170ed3 added --debug option in the help output --- diff --git a/src/main.c b/src/main.c index f25bee0..48e314e 100644 --- a/src/main.c +++ b/src/main.c @@ -103,6 +103,12 @@ the URL of the psensor-server, example: http://hostname:3131")); puts(""); + puts(_("\ + -d, --debug=LEVEL \ +set the debug level, integer between 0 and 3")); + + puts(""); + printf(_("Report bugs to: %s\n"), PACKAGE_BUGREPORT); puts(""); printf(_("%s home page: <%s>\n"), PACKAGE_NAME, PACKAGE_URL);