From f0e9344a03ac8b93eac440de4f4f504aa5ef27a2 Mon Sep 17 00:00:00 2001 From: mlichvar Date: Wed, 31 Jan 2007 13:48:15 +0000 Subject: [PATCH] - separate-output option doesn't take parameter --- whiptail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.2