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/tr.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/tr.c') diff --git a/src/tr.c b/src/tr.c index b67f1d84c..c166bcda8 100644 --- a/src/tr.c +++ b/src/tr.c @@ -336,6 +336,8 @@ writing to standard output.\n\ -d, --delete delete characters in SET1, do not translate\n\ -s, --squeeze-repeats replace sequence of characters with one\n\ -t, --truncate-set1 first truncate SET1 to length of SET2\n\ +"), stdout); + fputs (_("\ --help display this help and exit\n\ --version output version information and exit\n\ "), stdout); -- cgit v1.2.3-54-g00ecf