Module: kamailio
Branch: master
Commit: 31e21ff23a0d8bff1f7a88a56aa4ab01d93e2cf3
URL:
https://github.com/kamailio/kamailio/commit/31e21ff23a0d8bff1f7a88a56aa4ab0…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2018-03-13T09:03:17+01:00
core: small improvements to help text
---
Modified: src/main.c
---
Diff:
https://github.com/kamailio/kamailio/commit/31e21ff23a0d8bff1f7a88a56aa4ab0…
Patch:
https://github.com/kamailio/kamailio/commit/31e21ff23a0d8bff1f7a88a56aa4ab0…
---
diff --git a/src/main.c b/src/main.c
index a49e30e7f5..30f659c8c1 100644
--- a/src/main.c
+++ b/src/main.c
@@ -198,11 +198,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\
@@ -212,7 +212,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
;