Minor change to CLI help menu
All checks were successful
ydeng/renamebycsv/pipeline/head This commit looks good

This commit is contained in:
Harrison Deng 2023-04-26 03:12:33 -05:00
parent 4bf334c9d5
commit 682503a24a

View File

@ -30,7 +30,7 @@ def main():
metavar="I",
)
argparser.add_argument(
"regex",
"pattern",
help="The regex to apply to each file name. The first capture group is used to "
"perform the replacement.",
metavar="R",