summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2010-06-24 19:57:34 +0000
committerNoah Slater <nslater@apache.org>2010-06-24 19:57:34 +0000
commit5e8031519c3ad11c9e5d0c471017bc23647d2286 (patch)
tree9b4077a5d14b8b6936d23517811e1e66ce9dba31 /bin
parent1448ec8c3d9ea004061100f1042840e14ba16769 (diff)
improved \`couchdb --help\` output
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@957697 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'bin')
-rw-r--r--bin/couchdb.tpl.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/couchdb.tpl.in b/bin/couchdb.tpl.in
index ced524c6..34406188 100644
--- a/bin/couchdb.tpl.in
+++ b/bin/couchdb.tpl.in
@@ -61,8 +61,18 @@ Usage: $basename [OPTION]
The $basename command runs the %package_name% server.
+Erlang is called with:
+
+ -sasl errlog_type error +K true
+
Erlang inherits the environment of this command.
+You can override any of the flags using the environment:
+
+ ERL_AFLAGS, ERL_FLAGS, ERL_ZFLAGS
+
+See erl(1) for more information about the environment variables.
+
The exit status is 0 for success or 1 for failure.
The \`-s' option will exit 0 for running and 1 for not running.