Merge branch 'master' of TrueAuraCoral/FreeCompetitors into master

This commit is contained in:
Jeison Yehuda Amihud (Blender Dumbass) 2022-04-14 17:40:05 +00:00 committed by Gogs
commit bd0d7b652d
2 changed files with 6 additions and 6 deletions

Binary file not shown.

View file

@ -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