Suppress --config-profile option from installer script help output
[cascardo/ipsilon.git] / ipsilon / install / ipsilon-server-install
index 56b0dd1..67877a6 100755 (executable)
@@ -318,7 +318,7 @@ def parse_args(plugins):
     parser.add_argument('--secure', choices=['yes', 'no'], default='yes',
                         help="Turn on all security checks")
     parser.add_argument('--config-profile', default=None,
-                        help="File containing install options")
+                        help=argparse.SUPPRESS)
     parser.add_argument('--server-debugging', action='store_true',
                         help="Enable debugging")
     parser.add_argument('--uninstall', action='store_true',