diff options
| author | Pádraig Brady <P@draigBrady.com> | 2026-03-13 10:27:40 +0000 |
|---|---|---|
| committer | Pádraig Brady <P@draigBrady.com> | 2026-03-13 10:30:46 +0000 |
| commit | 8cbe20a2ff205ce30d888ad78c50a7819b8fcac2 (patch) | |
| tree | c37efbfd439e40d86996c37eb63fa67a4bb128c6 | |
| parent | 711fa8f9a5f2a476b6c8790ef83691638a4be96e (diff) | |
| download | coreutils-master.tar.gz coreutils-master.zip | |
* doc/coreutils.texi (cut invocation, fold invocation):
Fix missing '=' before option parameters.
| -rw-r--r-- | doc/coreutils.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index c9b67c339..acbb5454a 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -2913,7 +2913,7 @@ the maximum line length. If the line contains no such blanks, the line is broken at the maximum line length as usual. @optItem{fold,-w,@w{ }@var{width}} -@optItemx{fold,--width,@var{width}} +@optItemx{fold,--width,=@var{width}} Use a maximum line length of @var{width} columns instead of 80. For compatibility @command{fold} supports an obsolete option syntax @@ -6171,7 +6171,7 @@ output delimiter is specified, (see the description of of selected bytes. @optItem{cut,-f,@w{ }@var{field-list}} -@optItemx{cut,--fields,@var{field-list}} +@optItemx{cut,--fields,=@var{field-list}} Select for printing only the fields listed in @var{field-list}. Fields are separated by a TAB character by default. Also print any line that contains no delimiter character, unless the |
