diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-21 00:42:15 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-21 00:42:15 +0200 |
commit | e7599d1cc7885017fa53955e257af248d183f2e3 (patch) | |
tree | b07aaf83baa475d002e96adfa84c6fd0747b3077 /include | |
parent | f0c7e0c8d53fc1cbbccf0b23c5e5242a9707c6e3 (diff) | |
download | busybox-e7599d1cc7885017fa53955e257af248d183f2e3.tar.gz |
revert last change (wrong author)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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 "[OPTIONS] [ORIGFILE [PATCHFILE]]" #define patch_full_usage "\n\n" \ IF_LONG_OPTS( \ - " -p,--strip N Strip N leading components from file names" \ - "\n -i,--input DIFF Read DIFF instead of stdin" \ - "\n -R,--reverse Reverse patch" \ - "\n -N,--forward Ignore already applied patches" \ - "\n --dry-run Don't actually change files" \ - "\n -E,--remove-empty-files Remove output files if they become empty" \ + " -p,--strip N Strip N leading components from file names" \ + "\n -i,--input DIFF Read DIFF instead of stdin" \ + "\n -R,--reverse Reverse patch" \ + "\n -N,--forward Ignore already applied patches" \ + "\n --dry-run Don't actually change files" \ ) \ IF_NOT_LONG_OPTS( \ " -p N Strip N leading components from file names" \ "\n -i DIFF Read DIFF instead of stdin" \ "\n -R Reverse patch" \ "\n -N Ignore already applied patches" \ - "\n -E Remove output files if they become empty" \ ) #define patch_example_usage \ |