aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-01-27 13:21:46 +0100
committerHarald Welte <laforge@gnumonks.org>2012-01-27 18:11:50 +0100
commit3953b7c5f03a0450122b57e1b1ffbebed0796236 (patch)
tree6005a44700bd928a76d5541660b8ba733c138233 /openbsc/src
parent8f7785c57902eaccd1a7f427011521a18a850cf7 (diff)
bsc_mgcp: make sure all command line options are documented
Diffstat (limited to 'openbsc/src')
-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)