X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fditto.c;fp=test%2Fditto.c;h=aff426f86795084a9625baf9c9ccfda75c7cc40f;hp=bf14946ff384a3450206bbd4ed426ec30cb87ad2;hb=58369d647d003dd9d9e1ecfc5ab07982db28f3da;hpb=7fa7badf32c514211478cf9f79c70f20d435c2f2 diff --git a/test/ditto.c b/test/ditto.c index bf14946f..aff426f8 100644 --- a/test/ditto.c +++ b/test/ditto.c @@ -29,7 +29,7 @@ /* * Author: Thomas E. Dickey (1998-on) * - * $Id: ditto.c,v 1.46 2017/09/06 09:19:14 tom Exp $ + * $Id: ditto.c,v 1.47 2017/10/18 23:04:42 tom Exp $ * * The program illustrates how to set up multiple screens from a single * program. @@ -114,7 +114,7 @@ failed(const char *s) static void usage(void) { - fprintf(stderr, "usage: ditto [terminal1 ...]\n"); + fprintf(stderr, "Usage: ditto [terminal1 ...]\n"); ExitProgram(EXIT_FAILURE); }