summaryrefslogtreecommitdiffstats
path: root/pyLoadCli.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyLoadCli.py')
-rwxr-xr-xpyLoadCli.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyLoadCli.py b/pyLoadCli.py
index 415025fa0..dc22f8d3b 100755
--- a/pyLoadCli.py
+++ b/pyLoadCli.py
@@ -578,8 +578,8 @@ if __name__ == "__main__":
interactive = False
command = None
- shortOptions = 'ilu:p:a:hc'
- longOptions = ['interactive', 'local', "username=", "pw=", "address=", "port=", "help", "commands"]
+ shortOptions = 'iu:p:a:hc'
+ longOptions = ['interactive', "username=", "pw=", "address=", "port=", "help", "commands"]
try:
opts, extraparams = getopt(sys.argv[1:], shortOptions, longOptions)