cfe682f
diff -up patch-2.7.1/src/patch.c.args patch-2.7.1/src/patch.c
cfe682f
--- patch-2.7.1/src/patch.c.args	2013-04-11 11:30:52.644026499 +0100
cfe682f
+++ patch-2.7.1/src/patch.c	2013-04-11 11:31:54.990246532 +0100
cfe682f
@@ -762,7 +762,7 @@ static char const *const option_help[] =
cfe682f
 "",
cfe682f
 "  -D NAME  --ifdef=NAME  Make merged if-then-else output using NAME.",
cfe682f
 #ifdef ENABLE_MERGE
cfe682f
-"  -m  --merge  Merge using conflict markers instead of creating reject files.",
cfe682f
+"  --merge  Merge using conflict markers instead of creating reject files.",
cfe682f
 #endif
cfe682f
 "  -E  --remove-empty-files  Remove output files that are empty after patching.",
cfe682f
 "",
cfe682f
@@ -801,6 +801,7 @@ static char const *const option_help[] =
cfe682f
 "  --binary  Read and write data in binary mode.",
cfe682f
 "  --read-only=BEHAVIOR  How to handle read-only input files: 'ignore' that they",
cfe682f
 "                        are read-only, 'warn' (default), or 'fail'.",
cfe682f
+"  -x NUM  --debug=NUM  Set internal debugging flags.",
cfe682f
 "",
cfe682f
 "  -v  --version  Output version info.",
cfe682f
 "  --help  Output this help.",