浏览代码

core: small improvements to help text

(cherry picked from commit 31e21ff23a0d8bff1f7a88a56aa4ab01d93e2cf3)
Daniel-Constantin Mierla 7 年之前
父节点
当前提交
26c623ee6f
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/main.c

+ 4 - 4
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
 ;