Fixed typo in argument help
All checks were successful
ydeng/csvbyname/pipeline/head This commit looks good

This commit is contained in:
Harrison Deng 2023-04-23 15:28:10 -05:00
parent 2edd8a2093
commit 9e59bc097c

View File

@ -69,7 +69,7 @@ def main():
"-n", "-n",
"--output-basename", "--output-basename",
help='Adds a column called "basename" to the resulting CSV where it is just ' help='Adds a column called "basename" to the resulting CSV where it is just '
"The base name of the path instead of the entire path. This is not guaranteed " "the base name of the path instead of the entire path. This is not guaranteed "
"to be unique.", "to be unique.",
default=False, default=False,
required=False, required=False,