summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-15 14:43:18 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-15 14:43:18 +0200
commit03eecc372628391815f9b0091a0bd980c146685d (patch)
tree7c3ccb195668905cae8a668f8d90eb19bc8f8ea6 /pyLoadCore.py
parentfix (diff)
downloadpyload-03eecc372628391815f9b0091a0bd980c146685d.tar.xz
some fixes, fixed #125
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py2
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"):