From f08fe6fd4d5df4fe1e638118707c98e1add80caf Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 9 Jan 2022 12:18:31 -0800 Subject: [PATCH] Fixed error in docs: it's suffix not extension, refs #372 --- docs/cli.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli.rst b/docs/cli.rst index b92277b..e07c73d 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -1143,7 +1143,7 @@ The full list of column definitions you can use is as follows: The integer size of the file in bytes ``stem`` The filename without the extension - for ``file.txt.gz`` this would be ``file.txt`` -``extension`` +``suffix`` The file extension - for ``file.txt.gz`` this would be ``.gz`` You can insert data piped from standard input like this::