Module: kamailio
Branch: master
Commit: 324f3f2347e24e3335a32b8310a76a7bc4a0550a
URL:
https://github.com/kamailio/kamailio/commit/324f3f2347e24e3335a32b8310a76a7…
Author: Mikko Lehto <mslehto(a)iki.fi>
Committer: Mikko Lehto <mslehto(a)iki.fi>
Date: 2018-02-15T17:21:54+02:00
main.c: fix argument help typo
---
Modified: src/main.c
---
Diff:
https://github.com/kamailio/kamailio/commit/324f3f2347e24e3335a32b8310a76a7…
Patch:
https://github.com/kamailio/kamailio/commit/324f3f2347e24e3335a32b8310a76a7…
---
diff --git a/src/main.c b/src/main.c
index 56ea58a47d..83d63bcfc1 100644
--- a/src/main.c
+++ b/src/main.c
@@ -161,7 +161,7 @@ Options:\n\
[proto:]addr_lst[:port], where proto=udp|tcp|tls|sctp, \n\
addr_lst= addr|(addr, addr_lst) and \n\
addr= host|ip_address|interface_name. \n\
- E.g: -l locahost, -l udp:127.0.0.1:5080, -l eth0:5062,\n\
+ E.g: -l localhost, -l udp:127.0.0.1:5080, -l eth0:5062,\n\
-l \"sctp:(eth0)\", -l \"(eth0, eth1,
127.0.0.1):5065\".\n\
The default behaviour is to listen on all the interfaces.\n\
-n processes Number of child processes to fork per interface\n\