From: Mike Frysinger Date: Fri, 15 Feb 2008 01:34:14 +0000 (-0000) Subject: fix microcom usage X-Git-Tag: 1_10_0~166 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1e47c429bf6283d441dcebb16a48ae11bff211d2;p=oweals%2Fbusybox.git fix microcom usage --- 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" \ #define microcom_full_usage \ "Copy bytes for stdin to TTY and from TTY to stdout" \ "\n\nOptions:" \ - "\n -d Wait up to DELAY ms for TTY output before sending every" \ - "\n next byte to it" \ - "\n -t Exit if both stdin and TTY are silent for TIMEOUT ms" \ - "\n -s Set serial line to SPEED" - "\n -X Disable special meaning of NUL and Ctrl-X from stdin" + "\n -d Wait up to DELAY ms for TTY output before sending every" \ + "\n next byte to it" \ + "\n -t Exit if both stdin and TTY are silent for TIMEOUT ms" \ + "\n -s Set serial line to SPEED" \ + "\n -X Disable special meaning of NUL and Ctrl-X from stdin" #define mkdir_trivial_usage \ "[OPTION] DIRECTORY..."