From: mlichvar Date: Wed, 31 Jan 2007 13:48:15 +0000 (+0000) Subject: - separate-output option doesn't take parameter X-Git-Tag: r0-52-5~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0e9344a03ac8b93eac440de4f4f504aa5ef27a2;p=thirdparty%2Fnewt.git - separate-output option doesn't take parameter --- diff --git a/whiptail.c b/whiptail.c index 449f994..c5db37d 100644 --- a/whiptail.c +++ b/whiptail.c @@ -57,7 +57,7 @@ static void usage(int err) { "\t--ok-button set text of ok button\n" "\t--cancel-button set text of cancel button\n" "\t--noitem display tags only\n" - "\t--separate-output output one line at a time\n" + "\t--separate-output output one line at a time\n" "\t--output-fd output to fd, not stdout\n" "\t--title display title\n" "\t--backtitle <backtitle> display backtitle\n"