summaryrefslogtreecommitdiffstats
path: root/src/ss5/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ss5/main.c')
-rw-r--r--src/ss5/main.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/ss5/main.c b/src/ss5/main.c
index d93cc76..1acf17e 100644
--- a/src/ss5/main.c
+++ b/src/ss5/main.c
@@ -66,11 +66,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(" -2 --two\n");
printf(" Create two Osmo-CC endpoints instead of one.\n");
printf(" -c --channels\n");