aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-09-21 13:43:28 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-09-21 13:43:28 +0000
commitefd3f38f8cc823af30ce2a19d7f4eb55c3866cad (patch)
tree2ea99ef1a41dc3b56a859f79a2622d7397251b27 /include/usage.h
parent0beaff8c19fddb694aab084a59c47b486dd6a8eb (diff)
downloadbusybox-efd3f38f8cc823af30ce2a19d7f4eb55c3866cad.tar.gz
microcom: new applet by Vladimir Dronnikov <dronnikov@gmail.ru>
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h
index c5ed55881..eb1a6415f 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -2077,6 +2077,11 @@
" y Allow write access to your terminal\n" \
" n Disallow write access to your terminal"
+#define microcom_trivial_usage \
+ "[-s speed] tty-name"
+#define microcom_full_usage \
+ ""
+
#define mkdir_trivial_usage \
"[OPTION] DIRECTORY..."
#define mkdir_full_usage \