diff --git a/pospell.py b/pospell.py index 7a4f674..deb0911 100644 --- a/pospell.py +++ b/pospell.py @@ -286,7 +286,7 @@ def parse_args(): parser.add_argument("--debug", action="store_true") parser.add_argument("-p", "--personal-dict", type=str) parser.add_argument( - "--modified", "-m", action="store_true", help="Use git to find modified files." + "-m", "--modified", action="store_true", help="Use git to find modified files." ) parser.add_argument( "-j",