Skip to content

Commit

Permalink
main.c: fix argument help typo
Browse files Browse the repository at this point in the history
(cherry picked from commit 324f3f2)
  • Loading branch information
mslehto authored and miconda committed Feb 22, 2018
1 parent 1864fc0 commit 8abe7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Expand Up @@ -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\
Expand Down

0 comments on commit 8abe7b8

Please sign in to comment.