Skip to content

Commit 5a598ca

Browse files
authored
Clarify --show-unchanged
Refs #9
1 parent dc7bee4 commit 5a598ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The `--key=id` option means that the `id` column should be treated as the unique
5353

5454
The tool will automatically detect if your files are comma- or tab-separated. You can over-ride this automatic detection and force the tool to use a specific format using `--format=tsv` or `--format=csv`.
5555

56-
Use `--show-unchanged` to include full details of the unchanged rows in the diff output:
56+
Use `--show-unchanged` to include full details of the unchanged values for rows with at least one change in the diff output:
5757

5858
% csv-diff one.csv two.csv --key=id --show-unchanged
5959
1 row changed

0 commit comments

Comments
 (0)