From 991a2e7b3f7c705b1b2519945958da169ce0ccbc Mon Sep 17 00:00:00 2001 From: Tony Bowden Date: Sun, 27 Oct 2024 14:36:05 +0200 Subject: [PATCH] =?UTF-8?q?fix=20documentation=20typo:=20it's=20=E2=86=92?= =?UTF-8?q?=20its?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/cmd/diff.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/diff.rs b/src/cmd/diff.rs index 366bda29d..0fda7d358 100644 --- a/src/cmd/diff.rs +++ b/src/cmd/diff.rs @@ -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 The field delimiter for reading CSV data on the left. Must be a single character. (default: ,)