From 0aead5634ee9fc5eb085996c5262b25e798b398f Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 6 Feb 2023 16:46:03 -0500 Subject: [PATCH] Another typo fix. --- make_graph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_graph.py b/make_graph.py index 92655e5..82b86af 100755 --- a/make_graph.py +++ b/make_graph.py @@ -9,7 +9,7 @@ Make a DOT graph of Colossal Cave. -f = emit graph of forest locations -m = emit graph of maze all alike -s = emit graph of non-forest surface locations --v = include internal sy,no;s in room labels +-v = include internal symbols in room labels """ # Copyright (c) 2017 by Eric S. Raymond # SPDX-License-Identifier: BSD-2-clause -- 2.31.1