diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-02-15 01:34:14 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-02-15 01:34:14 +0000 |
commit | 1e47c429bf6283d441dcebb16a48ae11bff211d2 (patch) | |
tree | fd0468670c7f139530030301a48a28ce3c679957 | |
parent | e00e5025ecb2eb6160e7b94c0e93fc2a777f6eaa (diff) | |
download | busybox-w32-1e47c429bf6283d441dcebb16a48ae11bff211d2.tar.gz busybox-w32-1e47c429bf6283d441dcebb16a48ae11bff211d2.tar.bz2 busybox-w32-1e47c429bf6283d441dcebb16a48ae11bff211d2.zip |
fix microcom usage
-rw-r--r-- | include/usage.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/usage.h b/include/usage.h index 061cb5568..51a92126c 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -2239,11 +2239,11 @@ USE_FEATURE_BRCTL_FANCY("\n" \ | |||
2239 | #define microcom_full_usage \ | 2239 | #define microcom_full_usage \ |
2240 | "Copy bytes for stdin to TTY and from TTY to stdout" \ | 2240 | "Copy bytes for stdin to TTY and from TTY to stdout" \ |
2241 | "\n\nOptions:" \ | 2241 | "\n\nOptions:" \ |
2242 | "\n -d Wait up to DELAY ms for TTY output before sending every" \ | 2242 | "\n -d Wait up to DELAY ms for TTY output before sending every" \ |
2243 | "\n next byte to it" \ | 2243 | "\n next byte to it" \ |
2244 | "\n -t Exit if both stdin and TTY are silent for TIMEOUT ms" \ | 2244 | "\n -t Exit if both stdin and TTY are silent for TIMEOUT ms" \ |
2245 | "\n -s Set serial line to SPEED" | 2245 | "\n -s Set serial line to SPEED" \ |
2246 | "\n -X Disable special meaning of NUL and Ctrl-X from stdin" | 2246 | "\n -X Disable special meaning of NUL and Ctrl-X from stdin" |
2247 | 2247 | ||
2248 | #define mkdir_trivial_usage \ | 2248 | #define mkdir_trivial_usage \ |
2249 | "[OPTION] DIRECTORY..." | 2249 | "[OPTION] DIRECTORY..." |