diff --git a/optimizer/neuroptimus.py b/optimizer/neuroptimus.py index 29527450..dd2b3e72 100755 --- a/optimizer/neuroptimus.py +++ b/optimizer/neuroptimus.py @@ -2,6 +2,7 @@ import traceback import getopt + def main(parameters): """ The main function, which starts to software according to the given command line arguments. @@ -36,6 +37,8 @@ def main(parameters): print(IE) traceback.print_exc() sys.exit("Missing filename!") + else: + print("Invalid arguement.\nRecognised arguments:\n\t-h:Help\n\t-g:Graphical interface\n\t-c:Command line interface, specify the settings file in the 2nd argument")