Blame SOURCES/patch-args.patch

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