Skip to content

Commit

Permalink
Merge pull request #2254 from tmtmtmtm/patch-1
Browse files Browse the repository at this point in the history
fix documentation typo: it's → its
  • Loading branch information
jqnatividad authored Oct 27, 2024
2 parents 6cdd6ea + 991a2e7 commit 40d56b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/diff.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ diff options:
first row is the header row and will be skipped during
the diff. It will always appear in the output.)
--no-headers-output When set, the diff result won't have a header row in
it's output. If not set and both CSVs have no headers,
its output. If not set and both CSVs have no headers,
headers in the result will be: _col_1,_col_2, etc.
--delimiter-left <arg> The field delimiter for reading CSV data on the left.
Must be a single character. (default: ,)
Expand Down

0 comments on commit 40d56b1

Please sign in to comment.