diff options
author | Benno Schulenberg <bensberg@justemail.net> | 2008-08-29 22:52:06 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-09-19 12:27:37 +0200 |
commit | 6d5bf36d5c5e8fcdf1a219d06c9eb8a2ba720850 (patch) | |
tree | 038445f271a4c7329247b06ad073830a4fa797a7 /src | |
parent | be11df49165f1d6f747dd3ca3a09f1b050bfeb74 (diff) | |
download | coreutils-6d5bf36d5c5e8fcdf1a219d06c9eb8a2ba720850.tar.xz |
tr --help: gettextize a single paragraph as a single string
Breaking a paragraph into several strings is awkward for translators.
Diffstat (limited to 'src')
-rw-r--r-- | src/tr.c | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -339,16 +339,10 @@ Interpreted sequences are:\n\ \n\ Translation occurs if -d is not given and both SET1 and SET2 appear.\n\ -t may be used only when translating. SET2 is extended to length of\n\ -SET1 by repeating its last character as necessary. \ -"), stdout); - fputs (_("\ -Excess characters\n\ +SET1 by repeating its last character as necessary. Excess characters\n\ of SET2 are ignored. Only [:lower:] and [:upper:] are guaranteed to\n\ expand in ascending order; used in SET2 while translating, they may\n\ -only be used in pairs to specify case conversion. \ -"), stdout); - fputs (_("\ --s uses SET1 if not\n\ +only be used in pairs to specify case conversion. -s uses SET1 if not\n\ translating nor deleting; else squeezing uses SET2 and occurs after\n\ translation or deletion.\n\ "), stdout); |