aboutsummaryrefslogtreecommitdiff
path: root/include/usage.src.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usage.src.h')
-rw-r--r--include/usage.src.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/include/usage.src.h b/include/usage.src.h
index 2445c1b9b..f5ddd7ba5 100644
--- a/include/usage.src.h
+++ b/include/usage.src.h
@@ -2857,17 +2857,19 @@ 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" \
2865 ) \ 2866 ) \
2866 IF_NOT_LONG_OPTS( \ 2867 IF_NOT_LONG_OPTS( \
2867 " -p N Strip N leading components from file names" \ 2868 " -p N Strip N leading components from file names" \
2868 "\n -i DIFF Read DIFF instead of stdin" \ 2869 "\n -i DIFF Read DIFF instead of stdin" \
2869 "\n -R Reverse patch" \ 2870 "\n -R Reverse patch" \
2870 "\n -N Ignore already applied patches" \ 2871 "\n -N Ignore already applied patches" \
2872 "\n -E Remove output files if they become empty" \
2871 ) 2873 )
2872 2874
2873#define patch_example_usage \ 2875#define patch_example_usage \