summaryrefslogtreecommitdiffstats
path: root/src/sip/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sip/main.c')
-rw-r--r--src/sip/main.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/sip/main.c b/src/sip/main.c
index 17ae8a9..355a0c0 100644
--- a/src/sip/main.c
+++ b/src/sip/main.c
@@ -73,11 +73,7 @@ static void print_help()
printf(" --config [~/]<path to config file>\n");
printf(" Give a config file to use. If it starts with '~/', path is at home dir.\n");
printf(" Each line in config file is one option, '-' or '--' must not be given!\n");
- printf(" -v --verbose <level> | <level>,<category>[,<category>[,...]] | list\n");
- printf(" Use 'list' to get a list of all levels and categories\n");
- printf(" Verbose level: digit of debug level (default = '%d')\n", debuglevel);
- printf(" Verbose level+category: level digit followed by one or more categories\n");
- printf(" -> If no category is specified, all categories are selected\n");
+ debug_print_help();
printf(" -D --sofia-debug <level>\n");
printf(" A level of 0 is off, a level of 9 is full debugging. (default = %d)\n", sofia_debug);
printf(" --send-ner\n");