summaryrefslogtreecommitdiff
path: root/src/unexpand.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-07-02 09:06:33 +0000
committerJim Meyering <jim@meyering.net>2002-07-02 09:06:33 +0000
commit5a731510b2f53cff57266fcd006e61e8743e86df (patch)
treefd40885c05f7275c0cca8761c90ef12ed6d3ce12 /src/unexpand.c
parentd23970e52ecd6553cc8885a1ebd31e245b184a61 (diff)
downloadcoreutils-5a731510b2f53cff57266fcd006e61e8743e86df.tar.xz
(usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.
Diffstat (limited to 'src/unexpand.c')
-rw-r--r--src/unexpand.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/unexpand.c b/src/unexpand.c
index dec49042b..3b830d771 100644
--- a/src/unexpand.c
+++ b/src/unexpand.c
@@ -381,17 +381,17 @@ Convert spaces in each FILE to tabs, writing to standard output.\n\
With no FILE, or when FILE is -, read standard input.\n\
\n\
"), stdout);
- fputs (_("\
+ fputs (_("\
Mandatory arguments to long options are mandatory for short options too.\n\
"), stdout);
- fputs (_("\
+ fputs (_("\
-a, --all convert all whitespace, instead of initial whitespace\n\
-t, --tabs=NUMBER have tabs NUMBER characters apart instead of 8\n\
-t, --tabs=LIST use comma separated list of explicit tab positions\n\
"), stdout);
- fputs (HELP_OPTION_DESCRIPTION, stdout);
- fputs (VERSION_OPTION_DESCRIPTION, stdout);
- puts (_("\nReport bugs to <bug-textutils@gnu.org>."));
+ fputs (HELP_OPTION_DESCRIPTION, stdout);
+ fputs (VERSION_OPTION_DESCRIPTION, stdout);
+ printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
}
exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
}