summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-06-25 09:33:05 +0200
committerPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-06-25 09:33:05 +0200
commit2d97917bd0b40e6c17d6ddbedb631d3f72a6d48f (patch)
treeb5ea728423d3cae2aed4e9088b3bc9ce11829587 /src
parent66b421af3e4c407806efd728d089a61fc3a77d96 (diff)
minor docu fixes
Diffstat (limited to 'src')
-rwxr-xr-xsrc/fapi2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fapi b/src/fapi
index 0a5189a..e4b1f4b 100755
--- a/src/fapi
+++ b/src/fapi
@@ -156,7 +156,7 @@ class ArgumentParser(FapiBase):
help='Forces to use the secified loadbalancer (overwrites -e)')
parser.add_argument('-d', action='store_true', help='Disable colorful output')
parser.add_argument('-E', action='store_true', help='Show extended synopsis')
- parser.add_argument('-e', action='store', help='Env to use, e.g. dev,qa,live',
+ parser.add_argument('-e', action='store', help='Environment to use, e.g. dev,qa,live',
default='qa')
parser.add_argument('-f', action='store', help='Overwrite partition/folder from fapi.conf')
parser.add_argument('-h', action='store_true', help='Print this help')