From 80d57d8006a5af2854efa195c49c6f5edd5f93b1 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Sun, 10 May 2015 21:14:09 +0200 Subject: Allow Parsing an extra File via Command-Line --- voctocore/lib/args.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'voctocore/lib/args.py') diff --git a/voctocore/lib/args.py b/voctocore/lib/args.py index 6699679..3f1f3df 100644 --- a/voctocore/lib/args.py +++ b/voctocore/lib/args.py @@ -9,7 +9,8 @@ parser.add_argument('-v', '--verbose', action='store_true', parser.add_argument('-c', '--color', action='store', choices=['auto', 'always', 'never'], default='auto', help="Control the use of colors in the Log-Output") -parser.add_argument('-i', '---config-ini', action='store', +parser.add_argument('-i', '--ini-file', action='store', help="Load a custom config.ini-File") + Args = parser.parse_args() -- cgit v1.2.3