Skip to content

Commit d7169de

Browse files
authored
Update README.md
Updated helptext
1 parent f4a7f30 commit d7169de

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,15 +132,15 @@ If the columns in the CSV have changed, those added or removed columns will be i
132132
## Full CLI Helptext
133133

134134
$ db-diff --help
135-
Usage: db-diff \[OPTIONS\] PREVIOUS CURRENT
135+
Usage: db-diff [OPTIONS] PREVIOUS CURRENT
136136

137137
Compare the differences between two CSV or JSON files to find differences.
138138

139139
Options:
140-
--format TEXT Explicitly specify input format. Available (csv|tsv|json) \[default: auto-detect based on file extension\]
141-
--encoding TEXT Input File Encoding. Available: (utf-8|utf-16|utf-16le|utf-16be|latin1|cp1252|ascii|...) \[default: utf-8\]
142-
--key TEXT Column to use as a unique ID for each row (ex: --key=Id) \[default: first column if not specified\]
143-
--output TEXT Output format. Available: (readable|json|jsonfile) \[default: readable\]
140+
--format TEXT Explicitly specify input format. Available (csv|tsv|json) [default: auto-detect based on file extension]
141+
--encoding TEXT Input File Encoding. Available: (utf-8|utf-16|utf-16le|utf-16be|latin1|cp1252|ascii|...) [default: utf-8]
142+
--key TEXT Column to use as a unique ID for each row (ex: --key=Id) [default: first column if not specified]
143+
--output TEXT Output format. Available: (readable|json|jsonfile) [default: readable]
144144
--outputfile FILE File to write JSON output to (only used with --output=jsonfile)
145145
--showunchanged If a record is changed, show ALL fields, not just the changed fields.
146146
--time Measure and display elapsed time for the diff operation

0 commit comments

Comments
 (0)