osmith has uploaded this change for review. ( https://gerrit.osmocom.org/11051
Change subject: Fix typo in -h: s/hekp/help
......................................................................
Fix typo in -h: s/hekp/help
Change-Id: I5336212845acc221d50d0aa306cccc13723b9868
---
M src/main.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-sip-connector
refs/changes/51/11051/1
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 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);
}
--
To view, visit https://gerrit.osmocom.org/11051
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-sip-connector
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5336212845acc221d50d0aa306cccc13723b9868
Gerrit-Change-Number: 11051
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>