diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-06 12:57:11 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-06 12:57:11 +0200 |
commit | 576be3536a4a9432f4127fbad912d32e0ca7b53c (patch) | |
tree | a367c8ada1d5d887549ab636b9de38882c2a5965 /pyLoadCore.py | |
parent | Gregy's settings page + TheBrayns new icons (diff) | |
download | pyload-576be3536a4a9432f4127fbad912d32e0ca7b53c.tar.xz |
webif plugin config preparations
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 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"): |