summaryrefslogtreecommitdiff
path: root/src/cut.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-11-04 09:43:16 +0000
committerJim Meyering <jim@meyering.net>2001-11-04 09:43:16 +0000
commitff4121e50e68db095b7248ec6160ff3a660be55a (patch)
treeb5612381c5f63c7b126cba7e74c2f970c09df0b6 /src/cut.c
parent4155657f6f6e645cf065d50672290e2f153b9bbc (diff)
downloadcoreutils-ff4121e50e68db095b7248ec6160ff3a660be55a.tar.gz
coreutils-ff4121e50e68db095b7248ec6160ff3a660be55a.tar.bz2
coreutils-ff4121e50e68db095b7248ec6160ff3a660be55a.zip
(usage): Say that
``Mandatory arguments to long options are mandatory for short options too.\n\''
Diffstat (limited to 'src/cut.c')
-rw-r--r--src/cut.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cut.c b/src/cut.c
index 7346beeb2..f3d164873 100644
--- a/src/cut.c
+++ b/src/cut.c
@@ -1,5 +1,5 @@
/* cut - remove parts of lines of files
- Copyright (C) 1984, 1997, 1998, 1999, 2000 by David M. Ihnat
+ Copyright (C) 1984, 1997, 1998, 1999, 2000, 2001 by David M. Ihnat
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -171,6 +171,7 @@ Usage: %s [OPTION]... [FILE]...\n\
printf (_("\
Print selected parts of lines from each FILE to standard output.\n\
\n\
+Mandatory arguments to long options are mandatory for short options too.\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\