From afa12bc91246072ba505a8a1d57eba1486f33ee2 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 1 Dec 2001 17:21:56 +0000 Subject: (usage): Use new macros, EMIT_HELP_DESCRIPTION and EMIT_VERSION_DESCRIPTION instead of hard-coding --help and --version descriptions. --- src/tsort.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/tsort.c') diff --git a/src/tsort.c b/src/tsort.c index 1d60c182f..3501c8c13 100644 --- a/src/tsort.c +++ b/src/tsort.c @@ -100,10 +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); - fputs (_("\ - --help display this help and exit\n\ - --version output version information and exit\n\ -"), stdout); + EMIT_HELP_DESCRIPTION (stdout); + EMIT_VERSION_DESCRIPTION (stdout); puts (_("\nReport bugs to .")); } -- cgit v1.2.3-54-g00ecf