diff options
author | Rob Landley <rob@landley.net> | 2005-09-01 03:02:23 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2005-09-01 03:02:23 +0000 |
commit | 078bacf1e92fb8e9c44e020aca6d1c2a9362a24b (patch) | |
tree | 34dc66406b0e1e53c9be4c73d3fd919382455c85 /include | |
parent | e0537f6194cf37651c6e7ac3033226f09dab7557 (diff) | |
download | busybox-w32-078bacf1e92fb8e9c44e020aca6d1c2a9362a24b.tar.gz busybox-w32-078bacf1e92fb8e9c44e020aca6d1c2a9362a24b.tar.bz2 busybox-w32-078bacf1e92fb8e9c44e020aca6d1c2a9362a24b.zip |
Patch -i support from Berhnard Fischer.
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/include/usage.h b/include/usage.h index 662227818..9227025b2 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -2064,11 +2064,13 @@ | |||
2064 | "\t-u\tUnlocks (re-enables) the specified user account" | 2064 | "\t-u\tUnlocks (re-enables) the specified user account" |
2065 | 2065 | ||
2066 | #define patch_trivial_usage \ | 2066 | #define patch_trivial_usage \ |
2067 | "[-p<num>]" | 2067 | "[-p<num>] [-i<patch.diff>]" |
2068 | #define patch_full_usage \ | 2068 | #define patch_full_usage \ |
2069 | "[-p<num>]" | 2069 | "[-p<num>]\n" \ |
2070 | "[-i<diff>]" | ||
2070 | #define patch_example_usage \ | 2071 | #define patch_example_usage \ |
2071 | "$ patch -p1 <example.diff" | 2072 | "$ patch -p1 <example.diff\n" \ |
2073 | "$ patch -p0 -i example.diff" | ||
2072 | 2074 | ||
2073 | #define pidof_trivial_usage \ | 2075 | #define pidof_trivial_usage \ |
2074 | "process-name [OPTION] [process-name ...]" | 2076 | "process-name [OPTION] [process-name ...]" |