Fix typo in -h: s/hekp/help

Change-Id: I5336212845acc221d50d0aa306cccc13723b9868
This commit is contained in:
Oliver Smith 2018-09-21 12:49:41 +02:00
parent e3fb258284
commit 8a695c42a8
1 changed files with 1 additions and 1 deletions

View File

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