diff options
author | Jim Meyering <jim@meyering.net> | 2001-11-04 09:43:16 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-11-04 09:43:16 +0000 |
commit | ff4121e50e68db095b7248ec6160ff3a660be55a (patch) | |
tree | b5612381c5f63c7b126cba7e74c2f970c09df0b6 /src/cut.c | |
parent | 4155657f6f6e645cf065d50672290e2f153b9bbc (diff) | |
download | coreutils-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.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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\ |