fix help text

This commit is contained in:
Sid 2021-07-06 11:20:08 +00:00
parent 87214c8a0c
commit 44e531f9a5
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ def parse_args():
""" """
parser = argparse.ArgumentParser(description="Dumb wii multiplayer project.")
parser.add_argument(
"--debug", action="store_true", help="an integer for the accumulator"
"--debug", action="store_true", help="Print all the log messages"
)
args = parser.parse_args()
return args