From 9e59bc097ca7d27d88adde54aab3126b76c847cf Mon Sep 17 00:00:00 2001 From: Harrison Date: Sun, 23 Apr 2023 15:28:10 -0500 Subject: [PATCH] Fixed typo in argument help --- csvbyname/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csvbyname/cli.py b/csvbyname/cli.py index c994731..ca62b1f 100644 --- a/csvbyname/cli.py +++ b/csvbyname/cli.py @@ -69,7 +69,7 @@ def main(): "-n", "--output-basename", 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.", default=False, required=False,