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,15 @@
|
||||
*
|
||||
* Licensed under GPLv2, see file LICENSE in this source tree.
|
||||
*/
|
||||
|
||||
//usage:#define chat_trivial_usage
|
||||
//usage: "EXPECT [SEND [EXPECT [SEND...]]]"
|
||||
//usage:#define chat_full_usage "\n\n"
|
||||
//usage: "Useful for interacting with a modem connected to stdin/stdout.\n"
|
||||
//usage: "A script consists of one or more \"expect-send\" pairs of strings,\n"
|
||||
//usage: "each pair is a pair of arguments. Example:\n"
|
||||
//usage: "chat '' ATZ OK ATD123456 CONNECT '' ogin: pppuser word: ppppass '~'"
|
||||
|
||||
#include "libbb.h"
|
||||
|
||||
// default timeout: 45 sec
|
||||
|
Reference in New Issue
Block a user