From ae90bad6cf0baeec5441b594cdebdd357b0cdce3 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Sun, 25 Jun 2023 16:53:50 +0200 Subject: [PATCH] docs: add seq to extensions; add some backticks --- docs/src/extensions.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/src/extensions.md b/docs/src/extensions.md index 281d8ef2e..428ae84ca 100644 --- a/docs/src/extensions.md +++ b/docs/src/extensions.md @@ -61,7 +61,11 @@ feature is adopted from [FreeBSD](https://www.freebsd.org/cgi/man.cgi?cut). ## `fmt` -`fmt` has additional flags for prefixes: `-P/--skip-prefix`, `-x/--exact-prefix`, and -`-X/--exact-skip-prefix`. With `-m/--preserve-headers`, an attempt is made to detect and preserve -mail headers in the input. `-q/--quick` breaks lines more quickly. And `-T/--tab-width` defines the +`fmt` has additional flags for prefixes: `-P`/`--skip-prefix`, `-x`/`--exact-prefix`, and +`-X`/`--exact-skip-prefix`. With `-m`/`--preserve-headers`, an attempt is made to detect and preserve +mail headers in the input. `-q`/`--quick` breaks lines more quickly. And `-T`/`--tab-width` defines the number of spaces representing a tab when determining the line length. + +## `seq` + +`seq` provides `-t`/`--terminator` to set the terminator character.