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); }