aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-08-20 23:33:19 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-08-20 23:33:19 +0200
commitd7874ed1d498454b3c7342f9e6df0aacb9873186 (patch)
tree424e75417b35ccd42cfcfb6ce9c0e519f8dd9c2f /include
parent0793491ff884bbb70b51c2b05c42d5dad60bcc5f (diff)
downloadbusybox-d7874ed1d498454b3c7342f9e6df0aacb9873186.tar.gz
patch: support -N. By Olivier Duclos (olivier.duclos AT gmail.com)
function old new delta packed_usage 26646 26656 +10 patch_main 1101 1110 +9 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r--include/usage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index accda3341..81ddbd23c 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -3218,11 +3218,12 @@
)
#define patch_trivial_usage \
- "[-p NUM] [-i DIFF] [-R]"
+ "[-p NUM] [-i DIFF] [-R] [-N]"
#define patch_full_usage "\n\n" \
" -p NUM Strip NUM leading components from file names" \
"\n -i DIFF Read DIFF instead of stdin" \
"\n -R Reverse patch" \
+ "\n -N Ignore already applied patches" \
#define patch_example_usage \
"$ patch -p1 < example.diff\n" \