Skip to content
Snippets Groups Projects
Commit 24e1250f authored by Alex Buts's avatar Alex Buts
Browse files

Re #14360 Incorrect help string

parent bb19b9a1
No related branches found
No related tags found
No related merge requests found
...@@ -811,7 +811,7 @@ class MantidConfigDirectInelastic(object): ...@@ -811,7 +811,7 @@ class MantidConfigDirectInelastic(object):
if __name__ == "__main__": if __name__ == "__main__":
if len(sys.argv) != 6: if len(sys.argv) != 6:
print "usage: Config.py instrument userID cycleID start_date rb_folder" print "usage: Config.py userID instrument RBNumber cycleID start_date"
exit() exit()
argi = sys.argv[1:] argi = sys.argv[1:]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment