mgcp: make sure all command line options are documented

Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
This commit is contained in:
Harald Welte 2012-01-27 13:21:46 +01:00 committed by Holger Hans Peter Freyther
parent ec7683f3b0
commit 6b36b90f75
1 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,8 @@ static void print_help()
printf("Some useful help...\n");
printf(" -h --help is printing this text.\n");
printf(" -c --config-file filename The config file to use.\n");
printf(" -D --daemonize Fork the process into a background daemon\n");
printf(" -V --version Print the version number\n");
}
static void handle_options(int argc, char **argv)