From 26004eb3b93f0cf2e46f378bf646475618170ed3 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Sun, 13 Nov 2011 23:36:37 +0000 Subject: [PATCH] added --debug option in the help output --- src/main.c | 6 ++++++ 1 file changed, 6 insertions(+) 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); -- 2.7.4