From 2d97917bd0b40e6c17d6ddbedb631d3f72a6d48f Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Wed, 25 Jun 2014 09:33:05 +0200 Subject: minor docu fixes --- src/fapi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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') -- cgit v1.2.3