Skip to content

Commit

Permalink
core: small improvements to help text
Browse files Browse the repository at this point in the history
(cherry picked from commit 31e21ff)
  • Loading branch information
miconda committed Mar 14, 2018
1 parent 5f5f263 commit 26c623e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main.c
Expand Up @@ -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\
Expand All @@ -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
;

Expand Down

0 comments on commit 26c623e

Please sign in to comment.