aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-06-28 00:22:32 +0000
committervapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-06-28 00:22:32 +0000
commit022a211a7093b950aab2a39c064c11cddf7232d0 (patch)
tree2f3a294f399188e27cf2a4f2aa7fd9fc1d247cae
parent14d704ecda614e8c3dfbb7e199966f1431568156 (diff)
downloadbusybox-w32-022a211a7093b950aab2a39c064c11cddf7232d0.tar.gz
busybox-w32-022a211a7093b950aab2a39c064c11cddf7232d0.tar.bz2
busybox-w32-022a211a7093b950aab2a39c064c11cddf7232d0.zip
cleanup patch usage
git-svn-id: svn://busybox.net/trunk/busybox@15538 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--include/usage.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/usage.h b/include/usage.h
index 4aed1664d..9d890930f 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -2205,12 +2205,12 @@ USE_FEATURE_MDEV_CONFIG( \
2205 "\t-u\tUnlocks (re-enables) the specified user account" 2205 "\t-u\tUnlocks (re-enables) the specified user account"
2206 2206
2207#define patch_trivial_usage \ 2207#define patch_trivial_usage \
2208 "[-p<num>] [-i<patch.diff>]" 2208 "[-p<num>] [-i <diff>]"
2209#define patch_full_usage \ 2209#define patch_full_usage \
2210 "[-p<num>]\n" \ 2210 "\t-p <num>\tStrip <num> leading components from file names\n" \
2211 "[-i<diff>]" 2211 "\t-i <diff>\tRead <diff> instead of stdin"
2212#define patch_example_usage \ 2212#define patch_example_usage \
2213 "$ patch -p1 <example.diff\n" \ 2213 "$ patch -p1 < example.diff\n" \
2214 "$ patch -p0 -i example.diff" 2214 "$ patch -p0 -i example.diff"
2215 2215
2216#if ENABLE_FEATURE_PIDOF_SINGLE 2216#if ENABLE_FEATURE_PIDOF_SINGLE