From 576be3536a4a9432f4127fbad912d32e0ca7b53c Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 6 Aug 2010 12:57:11 +0200 Subject: webif plugin config preparations --- pyLoadCore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyLoadCore.py') diff --git a/pyLoadCore.py b/pyLoadCore.py index 1d7d31469..74cb10d23 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -77,7 +77,7 @@ class Core(object): if len(argv) > 1: try: - options, args = getopt(argv[1:], 'vca:hdusC:', ["version", "clear", "add=", "help", "debug", "user", "setup", "configdir="]) + options, args = getopt(argv[1:], 'vca:hdus:', ["version", "clear", "add=", "help", "debug", "user", "setup", "configdir="]) for option, argument in options: if option in ("-v", "--version"): -- cgit v1.2.3