summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago Vila <sanvila@unex.es>2011-08-08 17:59:46 +0200
committerJim Meyering <meyering@redhat.com>2011-08-08 18:00:23 +0200
commit8832cf045d62a4a40e6df948e6cf8b85485653a0 (patch)
treeb7821e1694fc7b80b002e59516c0742801ea02b4
parent789252980fa8ef3d804372cd347898aa5c2ec7fe (diff)
downloaddiffutils-8832cf045d62a4a40e6df948e6cf8b85485653a0.tar.gz
doc: insert comma in --help line for --ignore-space-change (-b)
* src/diff.c (option_help_msgid): Insert omitted comma between "-b" and "--ignore-space-change". (tiny change)
-rw-r--r--src/diff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diff.c b/src/diff.c
index fb8a2bc..6a08f36 100644
--- a/src/diff.c
+++ b/src/diff.c
@@ -880,7 +880,7 @@ static char const * const option_help_msgid[] = {
"",
N_("-i, --ignore-case ignore case differences in file contents"),
N_("-E, --ignore-tab-expansion ignore changes due to tab expansion"),
- N_("-b --ignore-space-change ignore changes in the amount of white space"),
+ N_("-b, --ignore-space-change ignore changes in the amount of white space"),
N_("-w, --ignore-all-space ignore all white space"),
N_("-B, --ignore-blank-lines ignore changes whose lines are all blank"),
N_("-I, --ignore-matching-lines=RE ignore changes whose lines all match RE"),