summaryrefslogtreecommitdiffstats
path: root/usr.bin/cut/cut.1
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cut/cut.1')
-rw-r--r--usr.bin/cut/cut.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/cut/cut.1 b/usr.bin/cut/cut.1
index 97c5645..3ba43ed 100644
--- a/usr.bin/cut/cut.1
+++ b/usr.bin/cut/cut.1
@@ -46,7 +46,7 @@
.Ar
.Nm cut
.Fl f Ar list
-.Op Fl d Ar string
+.Op Fl d Ar delim
.Op Fl s
.Ar
.Sh DESCRIPTION
@@ -85,9 +85,9 @@ The options are as follows:
The
.Ar list
specifies character positions.
-.It Fl d Ar string
+.It Fl d Ar delim
Use the first character of
-.Ar string
+.Ar delim
as the field delimiter character instead of the tab character.
.It Fl f Ar list
The
OpenPOWER on IntegriCloud