Index: cs.py =================================================================== diff -u -r3b80d8631090f72584ae2a309efcea2d20b4f62e -r4ebf654ab1b0d436ce7d171bfe06c6bdc46aca47 --- cs.py (.../cs.py) (revision 3b80d8631090f72584ae2a309efcea2d20b4f62e) +++ cs.py (.../cs.py) (revision 4ebf654ab1b0d436ce7d171bfe06c6bdc46aca47) @@ -51,11 +51,11 @@ elif arguments[2] == "info": logging_level = logging.INFO elif arguments[2] == "warning": - logging_level = logging.WARRNING + logging_level = logging.WARNING elif arguments[2] == "error": logging_level = logging.ERROR else: - print("Usage: python cs.py [debug|info|warning|error]") + print("Usage: ./cs.py [debug|info|warning|error]") if arguments[1] == "start": start() elif str(arguments[1]) == "stop": @@ -72,6 +72,6 @@ else: print("CloudSync app IS NOT running") else: - print("Usage: python cs.py [debug|info|warning|error]") + print("Usage: ./cs.py [debug|info|warning|error]") else: - print("Usage: python cs.py [debug|info|warning|error]") + print("Usage: ./cs.py [debug|info|warning|error]")