diff options
author | Jim Meyering <jim@meyering.net> | 1995-12-22 15:30:31 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-12-22 15:30:31 +0000 |
commit | d5f4d5f22e276110646bdcab5defbf510aa12ed8 (patch) | |
tree | 3db1c5c5e0c7e244b8fb194a0da8a8b1e1b30672 /src | |
parent | 2a5c6dea541f9ca8a8feba2047b3066ef5544788 (diff) | |
download | coreutils-d5f4d5f22e276110646bdcab5defbf510aa12ed8.tar.xz |
(usage): Align text in -n line.
Diffstat (limited to 'src')
-rw-r--r-- | src/head.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/head.c b/src/head.c index 35cab86ad..7b59d486e 100644 --- a/src/head.c +++ b/src/head.c @@ -96,7 +96,7 @@ With more than one FILE, precede each with a header giving the file name.\n\ With no FILE, or when FILE is -, read standard input.\n\ \n\ -c, --bytes=SIZE print first SIZE bytes\n\ - -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\ |