diff options
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 ...]" |