From: Peter Verthez Date: Sun, 3 Nov 2002 13:17:31 +0000 (+0000) Subject: Small correction in help string. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=d7e1e0c33172af1165d3059f67d51ec099fa4e02;p=gedcom-parse.git Small correction in help string. --- diff --git a/t/src/update.c b/t/src/update.c index 1282b49..22e852c 100644 --- a/t/src/update.c +++ b/t/src/update.c @@ -41,7 +41,7 @@ void gedcom_message_handler(Gedcom_msg_type type, char *msg) void show_help () { printf("gedcom-parse test program for libgedcom\n\n"); - printf("Usage: updatetest [options] file\n"); + printf("Usage: updatetest [options]\n"); printf("Options:\n"); printf(" -h Show this help text\n"); printf(" -q No output to standard output\n");