mesg applet by Manuel Novoa III
This commit is contained in:
parent
ebdc8b48a5
commit
061c900176
5 changed files with 70 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue