diff options
author | Noah Slater <nslater@apache.org> | 2008-05-24 00:03:01 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2008-05-24 00:03:01 +0000 |
commit | 45aff15bc4645be95da466b9d402940d9f386419 (patch) | |
tree | daddee2cb8207313aefc81609d443df78a029d43 | |
parent | d7014f7d735248fd046d4147ba9dd37b22b73d99 (diff) |
added note to -h output of couchdb command about inherited environment
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@659722 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | bin/couchdb.tpl.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/couchdb.tpl.in b/bin/couchdb.tpl.in index 4e74a7ee..c5f81c46 100644 --- a/bin/couchdb.tpl.in +++ b/bin/couchdb.tpl.in @@ -66,6 +66,8 @@ Usage: $basename [OPTION] The $basename command runs the %package_name% server. +Erlang inherits the environment of this command. + The exit status is 0 for success or 1 for failure. The \`-s' option will exit 0 for running and 1 for not running. |