From 2801c0b174c5ee4dc7aae9e330527d1d0d4e694b Mon Sep 17 00:00:00 2001 From: mkaay Date: Sun, 2 May 2010 22:06:56 +0200 Subject: config dir fix --- pyLoadCore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyLoadCore.py') 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) -- cgit v1.2.3