summaryrefslogtreecommitdiffstats
path: root/larn/main.c
diff options
context:
space:
mode:
authormikel <mikel@NetBSD.org>1998-02-12 08:07:49 +0000
committermikel <mikel@NetBSD.org>1998-02-12 08:07:49 +0000
commitb6436c0464a0fea8ed95714b07a9c48abd1ea6a5 (patch)
tree25daa7bca0c86fa4dca2754b3faf3d191745ee43 /larn/main.c
parentf00a7fcf426733cedfd705bcad7fb468a5f95e4c (diff)
downloadbsdgames-darwin-b6436c0464a0fea8ed95714b07a9c48abd1ea6a5.tar.gz
bsdgames-darwin-b6436c0464a0fea8ed95714b07a9c48abd1ea6a5.tar.zst
bsdgames-darwin-b6436c0464a0fea8ed95714b07a9c48abd1ea6a5.zip
fix typo; ryker@openbsd.org
Diffstat (limited to 'larn/main.c')
-rw-r--r--larn/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/larn/main.c b/larn/main.c
index a65edfdf..54d0e20e 100644
--- a/larn/main.c
+++ b/larn/main.c
@@ -1,9 +1,9 @@
-/* $NetBSD: main.c,v 1.11 1997/10/18 20:03:27 christos Exp $ */
+/* $NetBSD: main.c,v 1.12 1998/02/12 08:07:49 mikel Exp $ */
/* main.c */
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: main.c,v 1.11 1997/10/18 20:03:27 christos Exp $");
+__RCSID("$NetBSD: main.c,v 1.12 1998/02/12 08:07:49 mikel Exp $");
#endif /* not lint */
#include <sys/types.h>
@@ -31,7 +31,7 @@ static char viewflag = 0;
*/
u_char restorflag = 0; /* 1 means restore has been done */
static char cmdhelp[] = "\
-Cmd line format: larn [-slicnh] [-o<optsifle>] [-##] [++]\n\
+Cmd line format: larn [-slicnh] [-o<optsfile>] [-##] [++]\n\
-s show the scoreboard\n\
-l show the logfile (wizard id only)\n\
-i show scoreboard with inventories of dead characters\n\