diff options
-rwxr-xr-x | pyLoadCore.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py index d20ab33e3..8d8793b33 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -86,7 +86,7 @@ class Core(object): options, args = getopt(argv[1:], 'vca:hdusC:', ["version", "clear", "add=", "help", "debug", "user", "setup", "configdir="]) customConfig = None for option, argument in options: - if option in ("-C", "--configfile="): + if option in ("-C", "--configdir"): customConfig = argument if customConfig: self.configdir = self.make_path(customConfig) |