[static]
Display the command line usage flags.
Definition at line 108 of file main.c.
00109 { 00110 g_printerr("%s: " APP_NAME " [-pvx] [-c configfile] " 00111 "[file ...]\n", _("usage")); 00112 exit(1); 00113 }