summaryrefslogtreecommitdiffstats
path: root/src/ss5/main.c
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2021-09-17 16:34:15 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2021-09-17 16:34:15 +0200
commit22c2b9ea6deefe8e171a18518f1de5b244f9171a (patch)
tree324388189bcd8294d59b37344fe6df320f7db916 /src/ss5/main.c
parent19b4cee5800269931f756371dfd42501ff8ce46e (diff)
Updated libsHEADmaster
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");