aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h
index d1878827b..0422c7fcf 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -204,6 +204,15 @@ USE_FEATURE_BRCTL_FANCY("\n" \
204 " -e End each line with $\n" \ 204 " -e End each line with $\n" \
205 " -t Show tabs as ^I\n" \ 205 " -t Show tabs as ^I\n" \
206 " -v Don't use ^x or M-x escapes" 206 " -v Don't use ^x or M-x escapes"
207
208#define chat_trivial_usage \
209 "EXPECT [SEND [EXPECT [SEND...]]]"
210#define chat_full_usage \
211 "Useful for interacting with a modem connected to stdin/stdout.\n" \
212 "A script consists of one or more \"expect-send\" pairs of strings,\n" \
213 "each pair is a pair of arguments. Example:\n" \
214 "chat '' ATZ OK ATD123456 CONNECT '' ogin: pppuser word: ppppass '~'" \
215
207#define chattr_trivial_usage \ 216#define chattr_trivial_usage \
208 "[-R] [-+=AacDdijsStTu] [-v version] files..." 217 "[-R] [-+=AacDdijsStTu] [-v version] files..."
209#define chattr_full_usage \ 218#define chattr_full_usage \