Fixed typo in argument help
All checks were successful
ydeng/csvbyname/pipeline/head This commit looks good
All checks were successful
ydeng/csvbyname/pipeline/head This commit looks good
This commit is contained in:
parent
2edd8a2093
commit
9e59bc097c
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user