summaryrefslogtreecommitdiffstats
path: root/src/router/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/router/main.c')
-rw-r--r--src/router/main.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/router/main.c b/src/router/main.c
index 64d7475..91bfdc6 100644
--- a/src/router/main.c
+++ b/src/router/main.c
@@ -54,10 +54,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");
+ debug_print_help();
printf(" -r --routing-script <script>\n");
printf(" Define the script/executable that is executed to perform routing\n");
printf(" decision for each call. (default = %s)\n", routing_script);