summaryrefslogtreecommitdiff
path: root/src/expand.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-12-01 17:41:25 +0000
committerJim Meyering <jim@meyering.net>2001-12-01 17:41:25 +0000
commit3a0a028c8c549e1aa38b7c39d371c696dc3d6a07 (patch)
treec07ad7475d87bad3cf60785099db4a8e682aba78 /src/expand.c
parent0c3fd309031b720f2af0439673f479946b2446f4 (diff)
downloadcoreutils-3a0a028c8c549e1aa38b7c39d371c696dc3d6a07.tar.xz
Reflect renaming to, and new usage of these macros:
HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTION.
Diffstat (limited to 'src/expand.c')
-rw-r--r--src/expand.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expand.c b/src/expand.c
index 24cd936c3..4d02ef227 100644
--- a/src/expand.c
+++ b/src/expand.c
@@ -125,8 +125,8 @@ Mandatory arguments to long options are mandatory for short options too.\n\
fputs (_("\
-t, --tabs=LIST use comma separated list of explicit tab positions\n\
"), stdout);
- EMIT_HELP_DESCRIPTION (stdout);
- EMIT_VERSION_DESCRIPTION (stdout);
+ fputs (HELP_OPTION_DESCRIPTION, stdout);
+ fputs (VERSION_OPTION_DESCRIPTION, stdout);
fputs (_("\
\n\
Instead of -t NUMBER or -t LIST, -NUMBER or -LIST may be used.\n\