aboutsummaryrefslogtreecommitdiff
path: root/include/usage.src.h
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-11-22 03:15:21 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-11-22 03:15:21 +0100
commit7c6ed78aaa6f7252212869ab576eae1559645a3e (patch)
tree5243c350f7139c1fff1baf27b240ec1c539471a7 /include/usage.src.h
parentf9d091316ddaac7b278080f576c37b733427de8b (diff)
downloadbusybox-7c6ed78aaa6f7252212869ab576eae1559645a3e.tar.gz
patch: remove out-of-file build machinery
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include/usage.src.h')
-rw-r--r--include/usage.src.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/include/usage.src.h b/include/usage.src.h
index 37b9d0747..30fef2440 100644
--- a/include/usage.src.h
+++ b/include/usage.src.h
@@ -2817,29 +2817,6 @@ INSERT
"\n -m Use MD5 encryption instead of DES" \
)
-#define patch_trivial_usage \
- "[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" \
- ) \
- 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 \
- "$ patch -p1 < example.diff\n" \
- "$ patch -p0 -i example.diff"
-
#define pgrep_trivial_usage \
"[-flnovx] [-s SID|-P PPID|PATTERN]"
#define pgrep_full_usage "\n\n" \