aboutsummaryrefslogtreecommitdiff
path: root/include/usage.src.h
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-10-21 00:42:15 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-10-21 00:42:15 +0200
commite7599d1cc7885017fa53955e257af248d183f2e3 (patch)
treeb07aaf83baa475d002e96adfa84c6fd0747b3077 /include/usage.src.h
parentf0c7e0c8d53fc1cbbccf0b23c5e5242a9707c6e3 (diff)
downloadbusybox-w32-e7599d1cc7885017fa53955e257af248d183f2e3.tar.gz
busybox-w32-e7599d1cc7885017fa53955e257af248d183f2e3.tar.bz2
busybox-w32-e7599d1cc7885017fa53955e257af248d183f2e3.zip
revert last change (wrong author)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include/usage.src.h')
-rw-r--r--include/usage.src.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/include/usage.src.h b/include/usage.src.h
index f5ddd7ba5..2445c1b9b 100644
--- a/include/usage.src.h
+++ b/include/usage.src.h
@@ -2857,19 +2857,17 @@ INSERT
2857 "[OPTIONS] [ORIGFILE [PATCHFILE]]" 2857 "[OPTIONS] [ORIGFILE [PATCHFILE]]"
2858#define patch_full_usage "\n\n" \ 2858#define patch_full_usage "\n\n" \
2859 IF_LONG_OPTS( \ 2859 IF_LONG_OPTS( \
2860 " -p,--strip N Strip N leading components from file names" \ 2860 " -p,--strip N Strip N leading components from file names" \
2861 "\n -i,--input DIFF Read DIFF instead of stdin" \ 2861 "\n -i,--input DIFF Read DIFF instead of stdin" \
2862 "\n -R,--reverse Reverse patch" \ 2862 "\n -R,--reverse Reverse patch" \
2863 "\n -N,--forward Ignore already applied patches" \ 2863 "\n -N,--forward Ignore already applied patches" \
2864 "\n --dry-run Don't actually change files" \ 2864 "\n --dry-run Don't actually change files" \
2865 "\n -E,--remove-empty-files Remove output files if they become empty" \
2866 ) \ 2865 ) \
2867 IF_NOT_LONG_OPTS( \ 2866 IF_NOT_LONG_OPTS( \
2868 " -p N Strip N leading components from file names" \ 2867 " -p N Strip N leading components from file names" \
2869 "\n -i DIFF Read DIFF instead of stdin" \ 2868 "\n -i DIFF Read DIFF instead of stdin" \
2870 "\n -R Reverse patch" \ 2869 "\n -R Reverse patch" \
2871 "\n -N Ignore already applied patches" \ 2870 "\n -N Ignore already applied patches" \
2872 "\n -E Remove output files if they become empty" \
2873 ) 2871 )
2874 2872
2875#define patch_example_usage \ 2873#define patch_example_usage \