summaryrefslogtreecommitdiff
path: root/games/mille
diff options
context:
space:
mode:
authorIgor Sobrado <sobrado@cvs.openbsd.org>2009-10-17 22:03:45 +0000
committerIgor Sobrado <sobrado@cvs.openbsd.org>2009-10-17 22:03:45 +0000
commit1fbccfe81e13647ecb1d6550c7ace30273dbd31f (patch)
treedce39d5c3a9aeeae99b8ddc5cd4c663b3e5327f4 /games/mille
parent485f904fb134dac54c98f433e2002ce21084d094 (diff)
synchronize synopsis and usage.
Diffstat (limited to 'games/mille')
-rw-r--r--games/mille/mille.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/mille/mille.c b/games/mille/mille.c
index 2213e7b2916..0d8e9d5fd83 100644
--- a/games/mille/mille.c
+++ b/games/mille/mille.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mille.c,v 1.16 2006/12/24 12:47:57 martin Exp $ */
+/* $OpenBSD: mille.c,v 1.17 2009/10/17 22:03:44 sobrado Exp $ */
/* $NetBSD: mille.c,v 1.4 1995/03/24 05:01:48 cgd Exp $ */
/*
@@ -40,7 +40,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)mille.c 8.1 (Berkeley) 5/31/93";
#else
-static char rcsid[] = "$OpenBSD: mille.c,v 1.16 2006/12/24 12:47:57 martin Exp $";
+static char rcsid[] = "$OpenBSD: mille.c,v 1.17 2009/10/17 22:03:44 sobrado Exp $";
#endif
#endif /* not lint */
@@ -74,7 +74,7 @@ main(ac, av)
case 1:
break;
default:
- fprintf(stderr, "usage: %s [ restore_file ]\n", __progname);
+ fprintf(stderr, "usage: %s [file]\n", __progname);
exit(1);
/* NOTREACHED */
}