aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2023-10-15 06:28:43 +0300
committerArnold D. Robbins <arnold@skeeve.com>2023-10-15 06:28:43 +0300
commitf38a02c8be0c605467cbff2c953a8d1c2cebdebc (patch)
treeaf795cfd08c0cc8ac0d598b71442b0b8d71a5d74
parentd8e4368964e4471a54a755823004f2b1aabc0f80 (diff)
downloadone-true-awk-f38a02c8be0c605467cbff2c953a8d1c2cebdebc.tar.gz
Small fix in README.md.
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ff8c103..daace23 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ when expanded.
The option `--csv` turns on CSV processing of input:
fields are separated by commas, fields may be quoted with
-double-quote (`"`) characters, fields may contain embedded newlines.
+double-quote (`"`) characters, quoted fields may contain embedded newlines.
In CSV mode, `FS` is ignored.
If no explicit separator argument is provided,
@@ -145,4 +145,4 @@ is not at the top of our priority list.
#### Last Updated
-Sun Sep 3 09:26:43 EDT 2023
+Sun 15 Oct 2023 06:28:36 IDT