move remaining help text from include/usage.src.h
Signed-off-by: Pere Orga <gotrunks@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
committed by
Denys Vlasenko
parent
73ef15cf38
commit
5bc8c005a8
@@ -7,6 +7,18 @@
|
||||
*
|
||||
* Licensed under GPLv2, see file LICENSE in this source tree.
|
||||
*/
|
||||
|
||||
//usage:#define microcom_trivial_usage
|
||||
//usage: "[-d DELAY] [-t TIMEOUT] [-s SPEED] [-X] TTY"
|
||||
//usage:#define microcom_full_usage "\n\n"
|
||||
//usage: "Copy bytes for stdin to TTY and from TTY to stdout\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -d Wait up to DELAY ms for TTY output before sending every"
|
||||
//usage: "\n next byte to it"
|
||||
//usage: "\n -t Exit if both stdin and TTY are silent for TIMEOUT ms"
|
||||
//usage: "\n -s Set serial line to SPEED"
|
||||
//usage: "\n -X Disable special meaning of NUL and Ctrl-X from stdin"
|
||||
|
||||
#include "libbb.h"
|
||||
|
||||
// set raw tty mode
|
||||
|
Reference in New Issue
Block a user