summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@justemail.net>2017-02-04 10:55:54 +0100
committerJim Meyering <meyering@fb.com>2017-05-04 22:37:44 -0700
commit98b6fc2f320cfb6a1b55dc032b7de26188c04479 (patch)
treebf7c97e90b62c31a1cb821261a219052e8c1dfca
parent1b1526b4f57649d206c61f494d4f7ac48fa12a45 (diff)
downloaddiffutils-98b6fc2f320cfb6a1b55dc032b7de26188c04479.tar.gz
diff: describe each --help option with a single string
* src/diff.c: To ease translating, fuse four description pieces into two whole ones. Also reword and rewrap one of them to fit within eighty characters.
-rw-r--r--src/diff.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/diff.c b/src/diff.c
index 48b6235..df3338c 100644
--- a/src/diff.c
+++ b/src/diff.c
@@ -971,10 +971,10 @@ static char const * const option_help_msgid[] = {
N_("-d, --minimal try hard to find a smaller set of changes"),
N_(" --horizon-lines=NUM keep NUM lines of the common prefix and suffix"),
N_(" --speed-large-files assume large files and many scattered small changes"),
- N_(" --color[=WHEN] colorize the output; WHEN can be 'never', 'always',"),
- N_(" or 'auto' (the default)"),
- N_(" --palette=PALETTE specify the colors to use when --color is active"),
- N_(" PALETTE is a colon-separated list terminfo capabilities"),
+ N_(" --color[=WHEN] colorize the output; WHEN can be 'never', 'always',\n"
+ " or 'auto' (the default)"),
+ N_(" --palette=PALETTE the colors to use when --color is active; PALETTE is\n"
+ " a colon-separated list of terminfo capabilities"),
"",
N_(" --help display this help and exit"),
N_("-v, --version output version information and exit"),