diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.src.h | 12 |
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 \ |