From 3a0a028c8c549e1aa38b7c39d371c696dc3d6a07 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 1 Dec 2001 17:41:25 +0000 Subject: Reflect renaming to, and new usage of these macros: HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTION. --- src/tsort.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tsort.c') diff --git a/src/tsort.c b/src/tsort.c index 3501c8c13..f08795fda 100644 --- a/src/tsort.c +++ b/src/tsort.c @@ -100,8 +100,8 @@ Write totally ordered list consistent with the partial ordering in FILE.\n\ With no FILE, or when FILE is -, read standard input.\n\ \n\ "), program_name); - EMIT_HELP_DESCRIPTION (stdout); - EMIT_VERSION_DESCRIPTION (stdout); + fputs (HELP_OPTION_DESCRIPTION, stdout); + fputs (VERSION_OPTION_DESCRIPTION, stdout); puts (_("\nReport bugs to .")); } -- cgit v1.2.3-54-g00ecf