From 03eecc372628391815f9b0091a0bd980c146685d Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 15 Aug 2010 14:43:18 +0200 Subject: some fixes, fixed #125 --- pyLoadCore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyLoadCore.py') diff --git a/pyLoadCore.py b/pyLoadCore.py index 75b622ce8..fe7ba861f 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -74,7 +74,7 @@ class Core(object): if len(argv) > 1: try: - options, args = getopt(argv[1:], 'vca:hdus:', ["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