aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h8
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 @@
"\t-u\tUnlocks (re-enables) the specified user account"
#define patch_trivial_usage \
- "[-p<num>]"
+ "[-p<num>] [-i<patch.diff>]"
#define patch_full_usage \
- "[-p<num>]"
+ "[-p<num>]\n" \
+ "[-i<diff>]"
#define patch_example_usage \
- "$ patch -p1 <example.diff"
+ "$ patch -p1 <example.diff\n" \
+ "$ patch -p0 -i example.diff"
#define pidof_trivial_usage \
"process-name [OPTION] [process-name ...]"