summaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2002-09-16 04:21:46 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2002-09-16 04:21:46 +0000
commit061c9001763f4a19d8104d5be61bbb09b50b1dae (patch)
tree3942c0a93b5e11fbb838777dba8d3002b17c2583 /include/usage.h
parentebdc8b48a563615f6e0b08bdf2c91241fed669e0 (diff)
downloadbusybox-w32-061c9001763f4a19d8104d5be61bbb09b50b1dae.tar.gz
busybox-w32-061c9001763f4a19d8104d5be61bbb09b50b1dae.tar.bz2
busybox-w32-061c9001763f4a19d8104d5be61bbb09b50b1dae.zip
mesg applet by Manuel Novoa III
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 @@
1149 "busybox: OK\n" \ 1149 "busybox: OK\n" \
1150 "^D\n" 1150 "^D\n"
1151 1151
1152#define mesg_trivial_usage \
1153 "mesg [y|n]"
1154#define mesg_full_usage \
1155 "mesg [Y|N], controls write access to your terminal\n" \
1156 "\ty\tAllow write access to your terminal.\n" \
1157 "\tn\tDisallow write access to your terminal.\n"
1158
1152#define mkdir_trivial_usage \ 1159#define mkdir_trivial_usage \
1153 "[OPTION] DIRECTORY..." 1160 "[OPTION] DIRECTORY..."
1154#define mkdir_full_usage \ 1161#define mkdir_full_usage \