aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2018-09-21 12:49:41 +0200
committerOliver Smith <osmith@sysmocom.de>2018-09-21 12:50:42 +0200
commit8a695c42a8472e6c636976c0d451524efef24d3b (patch)
tree2c6a9fcfb15ac857b3b9d9b002aa1f5adcccc4db
parente3fb25828471c4125efd3d529030cc455a4cf429 (diff)
Fix typo in -h: s/hekp/help
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index c267f5f..560995e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -79,7 +79,7 @@ static const struct log_info mncc_sip_info = {
static void print_help(void)
{
printf("OsmoSIPcon: MNCC to SIP bridge\n");
- printf(" -h --hekp\tthis text\n");
+ printf(" -h --help\tthis text\n");
printf(" -c --config-file NAME\tThe config file to use [%s]\n", config_file);
}