From d7e1e0c33172af1165d3059f67d51ec099fa4e02 Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Sun, 3 Nov 2002 13:17:31 +0000 Subject: [PATCH] Small correction in help string. --- t/src/update.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.30.2