# HG changeset patch # User zas_ # Date 1208296168 0 # Node ID a430eb2e3c95e5d7150ec803a71c463361fdb2e0 # Parent f1bdbbdb73ba182b4e0bcff347e71abce94d3e49 Indicate --debug[=level] in usage display. diff -r f1bdbbdb73ba -r a430eb2e3c95 src/main.c --- 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"));