summaryrefslogtreecommitdiffstats
path: root/hack
diff options
context:
space:
mode:
authorjsm <jsm@NetBSD.org>2004-01-01 16:02:51 +0000
committerjsm <jsm@NetBSD.org>2004-01-01 16:02:51 +0000
commite404ad4403123e9253916916a4ec87e4fc5c11b8 (patch)
tree116763f857f2ef4b66d924e4bafedb8a4d581a0a /hack
parent2c555a73bbf854397a4a373aa60192c2cf2df00a (diff)
downloadbsdgames-darwin-e404ad4403123e9253916916a4ec87e4fc5c11b8.tar.gz
bsdgames-darwin-e404ad4403123e9253916916a4ec87e4fc5c11b8.tar.zst
bsdgames-darwin-e404ad4403123e9253916916a4ec87e4fc5c11b8.zip
Refer to 'O' rather than 'o' as command to set options. Bug reported
by Christian Garbs <debian@cgarbs.de> in Debian bug 191452.
Diffstat (limited to 'hack')
-rw-r--r--hack/hack.options.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/hack/hack.options.c b/hack/hack.options.c
index 80168142..ea55cb81 100644
--- a/hack/hack.options.c
+++ b/hack/hack.options.c
@@ -1,4 +1,4 @@
-/* $NetBSD: hack.options.c,v 1.6 2003/04/02 18:36:39 jsm Exp $ */
+/* $NetBSD: hack.options.c,v 1.7 2004/01/01 16:02:51 jsm Exp $ */
/*
* Copyright (c) 1985, Stichting Centrum voor Wiskunde en Informatica,
@@ -63,7 +63,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: hack.options.c,v 1.6 2003/04/02 18:36:39 jsm Exp $");
+__RCSID("$NetBSD: hack.options.c,v 1.7 2004/01/01 16:02:51 jsm Exp $");
#endif /* not lint */
#include <stdlib.h>
@@ -210,7 +210,7 @@ bad:
if (!strncmp(opts, "help", 4)) {
pline("%s%s%s",
"To set options use `HACKOPTIONS=\"<options>\"' in your environment, or ",
- "give the command 'o' followed by the line `<options>' while playing. ",
+ "give the command 'O' followed by the line `<options>' while playing. ",
"Here <options> is a list of <option>s separated by commas.");
pline("%s%s%s",
"Simple (boolean) options are rest_on_space, news, time, ",
@@ -225,7 +225,7 @@ bad:
return;
}
pline("Bad option: %s.", opts);
- pline("Type `o help<cr>' for help.");
+ pline("Type `O help<cr>' for help.");
return;
}
puts("Bad syntax in HACKOPTIONS.");