X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Finchs.c;h=2e05ccbc80f52bec5282604e864eccb2ecf6aee9;hp=55ab8bab9aa4f93f9277c9eadc8aba2194fbc045;hb=8e397cccba0aad135cb9a8a353756f4273a7cdf6;hpb=a8e3f06ac309504143cd56ac9ec55889bfdf4914 diff --git a/test/inchs.c b/test/inchs.c index 55ab8bab..2e05ccbc 100644 --- a/test/inchs.c +++ b/test/inchs.c @@ -26,7 +26,7 @@ * authorization. * ****************************************************************************/ /* - * $Id: inchs.c,v 1.13 2017/04/15 18:52:10 tom Exp $ + * $Id: inchs.c,v 1.14 2017/04/29 22:03:26 tom Exp $ * * Author: Thomas E Dickey */ @@ -78,6 +78,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 }; WINDOW *txtbox = 0; @@ -278,7 +279,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; }