diff options
author | Jim Meyering <jim@meyering.net> | 1995-05-13 18:34:54 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-05-13 18:34:54 +0000 |
commit | 7cdc7a0bd9dfa7a106a27115eb6fa1a3ee0f28ad (patch) | |
tree | 977d95cd30e4083cdebe7ce708c4940438689d05 /src/csplit.c | |
parent | e8be969ec8dabc29cf0f55750fdde2a52cc0df23 (diff) | |
download | coreutils-7cdc7a0bd9dfa7a106a27115eb6fa1a3ee0f28ad.tar.xz |
(usage): Include one- or two-line synopsis in --help output.
From Karl Berry.
Diffstat (limited to 'src/csplit.c')
-rw-r--r-- | src/csplit.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/csplit.c b/src/csplit.c index dedbec8ba..cf1257d84 100644 --- a/src/csplit.c +++ b/src/csplit.c @@ -1564,6 +1564,8 @@ Usage: %s [OPTION]... FILE PATTERN...\n\ ", program_name); printf ("\ +Output pieces of FILE separated by PATTERN(s) to files `xx01', `xx02', ...,\n\ +and output byte counts of each piece to standard output.\n\ \n\ -b, --suffix-format=FORMAT use sprintf FORMAT instead of %%d\n\ -f, --prefix=PREFIX use PREFIX instead of `xx'\n\ |