diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-04 17:36:16 +0200 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-04 17:36:16 +0200 |
| commit | 74c05f5b2cfde7a561e55437eb499f96864179a3 (patch) | |
| tree | d2f84f2fcf5ab032a58bc37c6a0b6f0d6f273c9b /miscutils | |
| parent | dd5a40246b91bd5d3d165998e6ac3cc4f7083f63 (diff) | |
| download | busybox-w32-74c05f5b2cfde7a561e55437eb499f96864179a3.tar.gz busybox-w32-74c05f5b2cfde7a561e55437eb499f96864179a3.tar.bz2 busybox-w32-74c05f5b2cfde7a561e55437eb499f96864179a3.zip | |
chat: trim help text
Noticed while auditing nofork/noexec status
function old new delta
packed_usage 31777 31747 -30
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils')
| -rw-r--r-- | miscutils/chat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/chat.c b/miscutils/chat.c index 216a899a0..1446a040c 100644 --- a/miscutils/chat.c +++ b/miscutils/chat.c | |||
| @@ -82,8 +82,8 @@ | |||
| 82 | //usage: "EXPECT [SEND [EXPECT [SEND...]]]" | 82 | //usage: "EXPECT [SEND [EXPECT [SEND...]]]" |
| 83 | //usage:#define chat_full_usage "\n\n" | 83 | //usage:#define chat_full_usage "\n\n" |
| 84 | //usage: "Useful for interacting with a modem connected to stdin/stdout.\n" | 84 | //usage: "Useful for interacting with a modem connected to stdin/stdout.\n" |
| 85 | //usage: "A script consists of one or more \"expect-send\" pairs of strings,\n" | 85 | //usage: "A script consists of \"expect-send\" argument pairs.\n" |
| 86 | //usage: "each pair is a pair of arguments. Example:\n" | 86 | //usage: "Example:\n" |
| 87 | //usage: "chat '' ATZ OK ATD123456 CONNECT '' ogin: pppuser word: ppppass '~'" | 87 | //usage: "chat '' ATZ OK ATD123456 CONNECT '' ogin: pppuser word: ppppass '~'" |
| 88 | 88 | ||
| 89 | #include "libbb.h" | 89 | #include "libbb.h" |
