summaryrefslogtreecommitdiffstats
path: root/sail/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sail/main.c')
-rw-r--r--sail/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sail/main.c b/sail/main.c
index f7911b64..0c9897f1 100644
--- a/sail/main.c
+++ b/sail/main.c
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.24 2009/03/14 23:47:18 dholland Exp $ */
+/* $NetBSD: main.c,v 1.25 2009/03/14 23:51:35 dholland Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1983, 1993\
#if 0
static char sccsid[] = "@(#)main.c 8.2 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: main.c,v 1.24 2009/03/14 23:47:18 dholland Exp $");
+__RCSID("$NetBSD: main.c,v 1.25 2009/03/14 23:51:35 dholland Exp $");
#endif
#endif /* not lint */
@@ -107,7 +107,7 @@ main(int argc, char **argv)
nobells++;
break;
default:
- errx(1, "Unknown flag %s", p);
+ errx(1, "Usage: %s [-bdlsx] [scenario-number]", p);
}
argc -= optind;