Invert order of short and extended modified flag #15

Open
rffontenelle wants to merge 1 commits from rffontenelle/pospell:invert-modified-order into main

View File

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