aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-06-28 00:22:32 +0000
committerMike Frysinger <vapier@gentoo.org>2006-06-28 00:22:32 +0000
commitcc826d74e4ee86c9a4e473a55cdd97017d9f56fd (patch)
tree2f3a294f399188e27cf2a4f2aa7fd9fc1d247cae /include
parent1979d3ccbc87aed8f92fabf02f15d2ace0c1afbf (diff)
downloadbusybox-cc826d74e4ee86c9a4e473a55cdd97017d9f56fd.tar.gz
cleanup patch usage
Diffstat (limited to 'include')
-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( \
"\t-u\tUnlocks (re-enables) the specified user account"
#define patch_trivial_usage \
- "[-p<num>] [-i<patch.diff>]"
+ "[-p<num>] [-i <diff>]"
#define patch_full_usage \
- "[-p<num>]\n" \
- "[-i<diff>]"
+ "\t-p <num>\tStrip <num> leading components from file names\n" \
+ "\t-i <diff>\tRead <diff> instead of stdin"
#define patch_example_usage \
- "$ patch -p1 <example.diff\n" \
+ "$ patch -p1 < example.diff\n" \
"$ patch -p0 -i example.diff"
#if ENABLE_FEATURE_PIDOF_SINGLE