Merge branch 'master' of TrueAuraCoral/FreeCompetitors into master
This commit is contained in:
commit
bd0d7b652d
2 changed files with 6 additions and 6 deletions
Binary file not shown.
12
check.py
12
check.py
|
@ -14,12 +14,12 @@ from modules import missing
|
||||||
|
|
||||||
args = sys.argv
|
args = sys.argv
|
||||||
|
|
||||||
if "--help" in args:
|
if "--help" in args or "-h" in args:
|
||||||
print("You can use the next commands after check.py")
|
print("""You can use the next commands after check.py
|
||||||
print()
|
|
||||||
print(" -links | Will skip checking the links")
|
-links | Will skip checking the links
|
||||||
print()
|
|
||||||
print(" --help | Displays this help menu")
|
--help | Displays this help menu""")
|
||||||
exit()
|
exit()
|
||||||
|
|
||||||
# TODO: Make a pull-request before starting
|
# TODO: Make a pull-request before starting
|
||||||
|
|
Loading…
Reference in a new issue