Module: kamailio
Branch: 5.1
Commit: 26c623ee6ffe35098c5edc109a16711cc487204a
URL:
https://github.com/kamailio/kamailio/commit/26c623ee6ffe35098c5edc109a16711…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2018-03-14T11:25:27+01:00
core: small improvements to help text
(cherry picked from commit 31e21ff23a0d8bff1f7a88a56aa4ab01d93e2cf3)
---
Modified: src/main.c
---
Diff:
https://github.com/kamailio/kamailio/commit/26c623ee6ffe35098c5edc109a16711…
Patch:
https://github.com/kamailio/kamailio/commit/26c623ee6ffe35098c5edc109a16711…
---
diff --git a/src/main.c b/src/main.c
index 9366884ac7..144b8ffb92 100644
--- a/src/main.c
+++ b/src/main.c
@@ -197,11 +197,11 @@ Options:\n\
-M nr Size of private memory allocated, in Megabytes\n\
-w dir Change the working directory to \"dir\" (default:
\"/\")\n\
-t dir Chroot to \"dir\"\n\
- -u uid Change uid \n\
- -g gid Change gid \n\
+ -u uid Change uid (user id)\n\
+ -g gid Change gid (group id)\n\
-P file Create a pid file\n\
-G file Create a pgid file\n\
- -Y dir Runtime dir\n\
+ -Y dir Runtime dir path\n\
-O nr Script optimization level (debugging option)\n\
-a mode Auto aliases mode: enable with yes or on,\n\
disable with no or off\n\
@@ -211,7 +211,7 @@ Options:\n\
-X name Specify internal manager for private memory (pkg)\n\
- if omitted, the one for shm is used\n"
#ifdef STATS
-" -s file File to which statistics is dumped (disabled otherwise)\n"
+" -s file File where to write internal statistics on SIGUSR1\n"
#endif
;