summaryrefslogtreecommitdiff
path: root/src/cut.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-10-24 20:00:39 +0000
committerJim Meyering <jim@meyering.net>1993-10-24 20:00:39 +0000
commit3bc2827212cbdb43d877ae46a5a3713d807411e8 (patch)
tree9509280b345391caef8a619c753b7680b453fccf /src/cut.c
parent6d920eca0c6cae9faf401333316cd3698883fbc2 (diff)
downloadcoreutils-3bc2827212cbdb43d877ae46a5a3713d807411e8.tar.xz
merge with 1.8h
Diffstat (limited to 'src/cut.c')
-rw-r--r--src/cut.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/cut.c b/src/cut.c
index c53402f63..546b926e8 100644
--- a/src/cut.c
+++ b/src/cut.c
@@ -610,10 +610,10 @@ Usage: %s [OPTION]... [FILE]...\n\
program_name);
printf ("\
\n\
- -b, --bytes LIST output only these bytes\n\
- -c, --characters LIST output only these characters\n\
- -d, --delimiter DELIM use DELIM instead of TAB for field delimiter\n\
- -f, --fields LIST output only these fields\n\
+ -b, --bytes=LIST output only these bytes\n\
+ -c, --characters=LIST output only these characters\n\
+ -d, --delimiter=DELIM use DELIM instead of TAB for field delimiter\n\
+ -f, --fields=LIST output only these fields\n\
-n (ignored)\n\
-s, --only-delimited do not print lines not containing delimiters\n\
--help display this help and exit\n\