aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-01-27 13:21:46 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-03-16 10:21:34 +0100
commit6b36b90f7559076818ea589961acc243c341f689 (patch)
treef47d248cc3ffc7fb7e2cad906304235a32f8240f
parentec7683f3b0a7c43756526046483129c40d84c664 (diff)
mgcp: make sure all command line options are documented
Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
-rw-r--r--openbsc/src/osmo-bsc_mgcp/mgcp_main.c2
1 files changed, 2 insertions, 0 deletions
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)