From 288eab33af71e30c7ea2c5dd69fcd7183f493eb0 Mon Sep 17 00:00:00 2001 From: MarcoBousseau Date: Wed, 27 Jul 2022 15:20:16 +0200 Subject: [PATCH] fix: correct typo --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ad838e..16ae63a 100644 --- a/README.md +++ b/README.md @@ -123,8 +123,7 @@ Options: -f, --force Overwrite existing files -fi, --format_in TEXT File format of the input (csv, json). [required] -fo, --format_out TEXT File format of the output (csv, json). - -s, --file_sep File separator (csv). - + -s, --file_sep File separator (csv). -S, --select TEXT Path to file with columns to keep. -D, --delete PATH Path to file with columns to delete. -sD, --dataColumn TEXT Path to file with columns and data to keep.