mesg applet by Manuel Novoa III

This commit is contained in:
Glenn L McGrath 2002-09-16 04:21:46 +00:00
parent ebdc8b48a5
commit 061c900176
5 changed files with 70 additions and 0 deletions

View file

@ -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 \