diff options
-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 |