X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Finch_wide.c;h=27edc8f8aa9078fca3a8513e88cd794850a80e88;hp=82e95f80ac8738466087b89261c7ddc5920223ef;hb=8e397cccba0aad135cb9a8a353756f4273a7cdf6;hpb=a8e3f06ac309504143cd56ac9ec55889bfdf4914 diff --git a/test/inch_wide.c b/test/inch_wide.c index 82e95f80..27edc8f8 100644 --- a/test/inch_wide.c +++ b/test/inch_wide.c @@ -26,7 +26,7 @@ * authorization. * ****************************************************************************/ /* - * $Id: inch_wide.c,v 1.8 2017/04/15 18:52:39 tom Exp $ + * $Id: inch_wide.c,v 1.9 2017/04/29 22:03:21 tom Exp $ */ /* int in_wch(cchar_t *wcval); @@ -68,6 +68,7 @@ test_inchs(int level, char **argv, WINDOW *chrwin, WINDOW *strwin) " ESC/^Q - quit", " h,j,k,l (and arrow-keys) - move viewport", " w - recur to new window", + " for next input file", 0 }; @@ -266,7 +267,7 @@ main(int argc, char *argv[]) setlocale(LC_ALL, ""); if (argc < 2) { - fprintf(stderr, "usage: %s file\n", argv[0]); + fprintf(stderr, "usage: %s file1 [file2 [...]]\n", argv[0]); return EXIT_FAILURE; }