From 7cdc7a0bd9dfa7a106a27115eb6fa1a3ee0f28ad Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 13 May 1995 18:34:54 +0000 Subject: (usage): Include one- or two-line synopsis in --help output. From Karl Berry. --- src/nl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/nl.c') diff --git a/src/nl.c b/src/nl.c index e7a155a33..f9ac3c9d7 100644 --- a/src/nl.c +++ b/src/nl.c @@ -567,6 +567,8 @@ Usage: %s [OPTION]... [FILE]...\n\ ", program_name); printf ("\ +Write each FILE to standard output, with line numbers added.\n\ +With no FILE, or when FILE is -, read standard input.\n\ \n\ -b, --body-numbering=STYLE use STYLE for numbering body lines\n\ -d, --section-delimiter=CC use CC for separating logical pages\n\ @@ -597,7 +599,6 @@ FORMAT is one of:\n\ rn right justified, no leading zeros\n\ rz right justified, leading zeros\n\ \n\ -With no FILE, or when FILE is -, read standard input.\n\ "); } exit (status); -- cgit v1.2.3-54-g00ecf