diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-15 14:43:18 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-15 14:43:18 +0200 |
commit | 03eecc372628391815f9b0091a0bd980c146685d (patch) | |
tree | 7c3ccb195668905cae8a668f8d90eb19bc8f8ea6 /pyLoadCore.py | |
parent | fix (diff) | |
download | pyload-03eecc372628391815f9b0091a0bd980c146685d.tar.xz |
some fixes, fixed #125
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 2 |
1 files changed, 1 insertions, 1 deletions
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"): |