summaryrefslogtreecommitdiff
path: root/src/csplit.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-02-10 16:15:34 +0100
committerJim Meyering <jim@meyering.net>2007-02-10 16:15:34 +0100
commit0c2d21d3f2e8c8eabfb061f24db9368788254a00 (patch)
tree2ec56842a055621a6a151f38c0d68e8a57eed93a /src/csplit.c
parentd2823705664b838ca91017d6703b54d42f128bed (diff)
downloadcoreutils-0c2d21d3f2e8c8eabfb061f24db9368788254a00.tar.xz
* src/csplit.c (usage): Use two spaces (not one) to separate
each option string from its description, so help2man formats the derived man page properly. Reported by Thomas Huriaux in <http://bugs.debian.org/410407>. * src/df.c (usage): Likewise. * src/du.c (usage): Likewise. * src/install.c (usage): Likewise. * src/ls.c (usage): Likewise.
Diffstat (limited to 'src/csplit.c')
-rw-r--r--src/csplit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/csplit.c b/src/csplit.c
index a26c80df3..c2105bc07 100644
--- a/src/csplit.c
+++ b/src/csplit.c
@@ -1,5 +1,5 @@
/* csplit - split a file into sections determined by context lines
- Copyright (C) 91, 1995-2006 Free Software Foundation, Inc.
+ Copyright (C) 91, 1995-2007 Free Software Foundation, Inc.
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
@@ -1484,7 +1484,7 @@ and output byte counts of each piece to standard output.\n\
Mandatory arguments to long options are mandatory for short options too.\n\
"), stdout);
fputs (_("\
- -b, --suffix-format=FORMAT use sprintf FORMAT instead of %02d\n\
+ -b, --suffix-format=FORMAT use sprintf FORMAT instead of %02d\n\
-f, --prefix=PREFIX use PREFIX instead of `xx'\n\
-k, --keep-files do not remove output files on errors\n\
"), stdout);