1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
diff -ruN newt-0.52.2-old/whiptail.c newt-0.52.2/whiptail.c
--- newt-0.52.2-old/whiptail.c 2007-01-22 16:50:22.000000000 +0000
+++ newt-0.52.2/whiptail.c 2007-01-22 16:51:50.000000000 +0000
@@ -47,16 +47,16 @@
"\t--radiolist <text> <height> <width> <listheight> [tag item stautus]...\n"
"\t--gauge <text> <height> <width> <percent>\n"
"Options: (depend on box-option)\n"
- "\t--clear clear screen on exit\n"
- "\t-defaultno default no button\n"
- "\t--default-item <string> set default string\n"
+ "\t--clear clear screen on exit\n"
+ "\t--defaultno default no button\n"
+ "\t--default-item <string> set default string\n"
"\t--fb use full buttons\n"
"\t--nocancel no cancel button\n"
"\t--noitem display tags only\n"
- "\t--separate-output <fd> output one line at a time\n"
+ "\t--separate-output <fd> output one line at a time\n"
"\t--output-fd <fd> output to fd, not stdout\n"
- "\t--title <title> display title\n"
- "\t--backtitle <backtitle> display backtitle\n"
+ "\t--title <title> display title\n"
+ "\t--backtitle <backtitle> display backtitle\n"
"\t--scrolltext force verical scrollbars\n"
"\t--topleft put window in top-left corner\n\n"));
exit(err ? DLG_ERROR : 0 );
|