summaryrefslogtreecommitdiff
path: root/src/head.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-04-14 04:23:22 +0000
committerJim Meyering <jim@meyering.net>1995-04-14 04:23:22 +0000
commit9f888b86b8236f5cac7f3544d61d2c3657511067 (patch)
treeb9675e3a2ca62b157edb000a9eb451bf930ad38c /src/head.c
parent364c21f83112388a1daa596f0be55f218867dcc8 (diff)
downloadcoreutils-9f888b86b8236f5cac7f3544d61d2c3657511067.tar.xz
Remove block of redundant comments describing options.
(usage): Remove reference to -l option. It's not valid.
Diffstat (limited to 'src/head.c')
-rw-r--r--src/head.c13
1 files changed, 2 insertions, 11 deletions
diff --git a/src/head.c b/src/head.c
index e0e606353..07c278219 100644
--- a/src/head.c
+++ b/src/head.c
@@ -15,16 +15,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
-/* Options:
- -b Print first N 512-byte blocks.
- -c, --bytes=N[bkm] Print first N bytes
- [or 512-byte blocks, kilobytes, or megabytes].
- -k Print first N kilobytes.
- -N, -l, -n, --lines=N Print first N lines.
- -m Print first N megabytes.
- -q, --quiet, --silent Never print filename headers.
- -v, --verbose Always print filename headers.
-
+/* Options: (see usage)
Reads from standard input if no files are given or when a filename of
``-'' is encountered.
By default, filename headers are printed only if more than one file
@@ -397,7 +388,7 @@ Usage: %s [OPTION]... [FILE]...\n\
printf ("\
\n\
-c, --bytes=SIZE print first SIZE bytes\n\
- -l, -n, --lines=NUMBER print first NUMBER lines instead of first 10\n\
+ -n, --lines=NUMBER print first NUMBER lines instead of first 10\n\
-q, --quiet, --silent never print headers giving file names\n\
-v, --verbose always print headers giving file names\n\
--help display this help and exit\n\