Invert order of short and abbreviate modified flag

To follow all other command line arguments

Signed-off-by: rffontenelle <rffontenelle@gmail.com>
This commit is contained in:
rffontenelle 2024-04-28 19:46:07 +00:00
parent 8b753bde26
commit f8eb760eb1

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