summaryrefslogtreecommitdiff
path: root/src/unexpand.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-02-06 07:58:53 +0000
committerJim Meyering <jim@meyering.net>2006-02-06 07:58:53 +0000
commitca51e71b96471c8b25388e2e1a139b26c942f8fa (patch)
treeaa2caf7f7850f8ba27882abb4a42de62788b9896 /src/unexpand.c
parent4c448c6245eefd024ccabd9f7d33db6ff10a06ec (diff)
downloadcoreutils-ca51e71b96471c8b25388e2e1a139b26c942f8fa.tar.xz
(usage): Use two spaces (not one) to separate the
--first-only option string from its description, so help2man formats the derived man page properly.
Diffstat (limited to 'src/unexpand.c')
-rw-r--r--src/unexpand.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/unexpand.c b/src/unexpand.c
index 0f4e6710c..d22aead8b 100644
--- a/src/unexpand.c
+++ b/src/unexpand.c
@@ -1,5 +1,5 @@
/* unexpand - convert blanks to tabs
- Copyright (C) 89, 91, 1995-2005 Free Software Foundation, Inc.
+ Copyright (C) 89, 91, 1995-2006 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
@@ -132,7 +132,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\
"), stdout);
fputs (_("\
-a, --all convert all blanks, instead of just initial blanks\n\
- --first-only convert only leading sequences of blanks (overrides -a)\n\
+ --first-only convert only leading sequences of blanks (overrides -a)\n\
-t, --tabs=N have tabs N characters apart instead of 8 (enables -a)\n\
-t, --tabs=LIST use comma separated LIST of tab positions (enables -a)\n\
"), stdout);