diff --git a/OpenSans-ExtraBold.woff b/OpenSans-ExtraBold.woff deleted file mode 100644 index 498ddeb..0000000 Binary files a/OpenSans-ExtraBold.woff and /dev/null differ diff --git a/check.py b/check.py index 69c7be7..c96e67d 100644 --- a/check.py +++ b/check.py @@ -14,12 +14,12 @@ from modules import missing args = sys.argv -if "--help" in args: - print("You can use the next commands after check.py") - print() - print(" -links | Will skip checking the links") - print() - print(" --help | Displays this help menu") +if "--help" in args or "-h" in args: + print("""You can use the next commands after check.py + + -links | Will skip checking the links + + --help | Displays this help menu""") exit() # TODO: Make a pull-request before starting