From 909dc8c01d31c23ffe4e89f4ec68850b5d401662 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 23 Nov 2001 19:58:23 +0000 Subject: Factor out some common strings to make translation easier. Split usage strings so that --help and --version descriptions are alone in their own string. Likewise for the one that says: Mandatory arguments to long options are mandatory for short options too. --- src/tsort.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/tsort.c') diff --git a/src/tsort.c b/src/tsort.c index 8d40a28b3..1d60c182f 100644 --- a/src/tsort.c +++ b/src/tsort.c @@ -99,9 +99,11 @@ Usage: %s [OPTION] [FILE]\n\ 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"), - program_name); + --version output version information and exit\n\ +"), stdout); puts (_("\nReport bugs to .")); } -- cgit v1.2.3-54-g00ecf