comparison src/main.c @ 379:a430eb2e3c95

Indicate --debug[=level] in usage display.
author zas_
date Tue, 15 Apr 2008 21:49:28 +0000
parents f1bdbbdb73ba
children 5afe77bb563a
comparison
equal deleted inserted replaced
378:f1bdbbdb73ba 379:a430eb2e3c95
1036 print_term(_(" -l, --list open collection window for command line\n")); 1036 print_term(_(" -l, --list open collection window for command line\n"));
1037 print_term(_(" --geometry=GEOMETRY set main window location\n")); 1037 print_term(_(" --geometry=GEOMETRY set main window location\n"));
1038 print_term(_(" -r, --remote send following commands to open window\n")); 1038 print_term(_(" -r, --remote send following commands to open window\n"));
1039 print_term(_(" -rh,--remote-help print remote command list\n")); 1039 print_term(_(" -rh,--remote-help print remote command list\n"));
1040 #ifdef DEBUG 1040 #ifdef DEBUG
1041 print_term(_(" --debug turn on debug output\n")); 1041 print_term(_(" --debug[=level] turn on debug output\n"));
1042 #endif 1042 #endif
1043 print_term(_(" -v, --version print version info\n")); 1043 print_term(_(" -v, --version print version info\n"));
1044 print_term(_(" -h, --help show this message\n\n")); 1044 print_term(_(" -h, --help show this message\n\n"));
1045 1045
1046 #if 0 1046 #if 0