diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2006-06-28 00:22:32 +0000 |
|---|---|---|
| committer | Mike Frysinger <vapier@gentoo.org> | 2006-06-28 00:22:32 +0000 |
| commit | cc826d74e4ee86c9a4e473a55cdd97017d9f56fd (patch) | |
| tree | 2f3a294f399188e27cf2a4f2aa7fd9fc1d247cae /include | |
| parent | 1979d3ccbc87aed8f92fabf02f15d2ace0c1afbf (diff) | |
| download | busybox-w32-cc826d74e4ee86c9a4e473a55cdd97017d9f56fd.tar.gz busybox-w32-cc826d74e4ee86c9a4e473a55cdd97017d9f56fd.tar.bz2 busybox-w32-cc826d74e4ee86c9a4e473a55cdd97017d9f56fd.zip | |
cleanup patch usage
Diffstat (limited to 'include')
| -rw-r--r-- | include/usage.h | 8 |
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 |
