changeset 379:a430eb2e3c95

Indicate --debug[=level] in usage display.
author zas_
date Tue, 15 Apr 2008 21:49:28 +0000
parents f1bdbbdb73ba
children 5afe77bb563a
files src/main.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/main.c	Tue Apr 15 21:47:03 2008 +0000
+++ b/src/main.c	Tue Apr 15 21:49:28 2008 +0000
@@ -1038,7 +1038,7 @@
 				print_term(_("  -r, --remote               send following commands to open window\n"));
 				print_term(_("  -rh,--remote-help          print remote command list\n"));
 #ifdef DEBUG
-				print_term(_("  --debug                    turn on debug output\n"));
+				print_term(_("  --debug[=level]            turn on debug output\n"));
 #endif
 				print_term(_("  -v, --version              print version info\n"));
 				print_term(_("  -h, --help                 show this message\n\n"));