added --debug option in the help output
authorJean-Philippe Orsini <jeanfi@gmail.com>
Sun, 13 Nov 2011 23:36:37 +0000 (23:36 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Sun, 13 Nov 2011 23:36:37 +0000 (23:36 +0000)
src/main.c

index f25bee0..48e314e 100644 (file)
@@ -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);