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/cat.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/cat.c') diff --git a/src/cat.c b/src/cat.c index 9d96e4072..5bddfd039 100644 --- a/src/cat.c +++ b/src/cat.c @@ -108,8 +108,12 @@ Concatenate FILE(s), or standard input, to standard output.\n\ -T, --show-tabs display TAB characters as ^I\n\ -u (ignored)\n\ -v, --show-nonprinting use ^ and M- notation, except for LFD and TAB\n\ +"), stdout); + fputs (_("\ --help display this help and exit\n\ --version output version information and exit\n\ +"), stdout); + fputs (_("\ \n\ With no FILE, or when FILE is -, read standard input.\n\ "), stdout); -- cgit v1.2.3-54-g00ecf