aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h
index 98b81cf1d..ee697150b 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1149,6 +1149,13 @@
"busybox: OK\n" \
"^D\n"
+#define mesg_trivial_usage \
+ "mesg [y|n]"
+#define mesg_full_usage \
+ "mesg [Y|N], controls write access to your terminal\n" \
+ "\ty\tAllow write access to your terminal.\n" \
+ "\tn\tDisallow write access to your terminal.\n"
+
#define mkdir_trivial_usage \
"[OPTION] DIRECTORY..."
#define mkdir_full_usage \