diff --git a/wiistream/server.py b/wiistream/server.py index 9e9683c..efdf148 100644 --- a/wiistream/server.py +++ b/wiistream/server.py @@ -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