aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-08 00:50:13 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-08 00:50:13 +0000
commit3addc025857e08fc1ec6f7a092fba68e83e03ab5 (patch)
treead557c818094386c3b5bb3221dcfdfc27c8ee070 /doc
parent2be61d8a22bce5413662fffe0a3098f4060b31d3 (diff)
correct new option documentation
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7005 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/README.asterisk.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.asterisk.conf b/doc/README.asterisk.conf
index 953ad5597..4e210aacd 100755
--- a/doc/README.asterisk.conf
+++ b/doc/README.asterisk.conf
@@ -49,9 +49,9 @@ nocolor = yes | no ; Disable ANSI colors (-n)
dumpcore = yes | no ; Dump core on failure (-g)
quiet = yes | no ; Run quietly (-q)
timestamp = yes | no ; Force timestamping on log entries to console (-T)
-user = asterisk ; User to run asterisk as (-U) NOTE: will require changes to
+runuser = asterisk ; User to run asterisk as (-U) NOTE: will require changes to
; directory and device permisions
-group = asterisk ; Group to run asterisk as (-G)
+rungroup = asterisk ; Group to run asterisk as (-G)
;These options have no command line equivalent
cache_record_files = yes | no ; Cache record() files in another directory until completion