Skip to content

Commit eee8ea5

Browse files
authored
Update README.md
1 parent 92ad55b commit eee8ea5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ If the columns in the CSV have changed, those added or removed columns will be i
130130

131131
## Full CLI Helptext
132132

133-
`Usage: db-diff \[OPTIONS\] PREVIOUS CURRENT
133+
$ db-diff --help
134+
Usage: db-diff \[OPTIONS\] PREVIOUS CURRENT
134135

135136
Compare the differences between two CSV or JSON files to find differences.
136137

@@ -145,4 +146,4 @@ Options:
145146
--version Show the version and exit.
146147
-h, --help Show this message and exit.
147148

148-
Example: db-diff old.csv new.csv --key=Id --output=jsonfile --outputfile=diff.json`
149+
Example: db-diff old.csv new.csv --key=Id --output=jsonfile --outputfile=diff.json

0 commit comments

Comments
 (0)