summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-06 12:57:11 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-06 12:57:11 +0200
commit576be3536a4a9432f4127fbad912d32e0ca7b53c (patch)
treea367c8ada1d5d887549ab636b9de38882c2a5965 /pyLoadCore.py
parentGregy's settings page + TheBrayns new icons (diff)
downloadpyload-576be3536a4a9432f4127fbad912d32e0ca7b53c.tar.xz
webif plugin config preparations
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 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"):