From 3953b7c5f03a0450122b57e1b1ffbebed0796236 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 27 Jan 2012 13:21:46 +0100 Subject: bsc_mgcp: make sure all command line options are documented --- openbsc/src/osmo-bsc_mgcp/mgcp_main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openbsc/src/osmo-bsc_mgcp/mgcp_main.c b/openbsc/src/osmo-bsc_mgcp/mgcp_main.c index 3bacbe6cd..f73e73d11 100644 --- a/openbsc/src/osmo-bsc_mgcp/mgcp_main.c +++ b/openbsc/src/osmo-bsc_mgcp/mgcp_main.c @@ -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) -- cgit v1.2.3