From c29486fecc272de43c11f4f26456094ce265b6f2 Mon Sep 17 00:00:00 2001 From: Hampus Date: Tue, 14 Dec 2021 22:59:46 +0100 Subject: docs: fix short wall option name in help --- src/mazerator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mazerator.c') diff --git a/src/mazerator.c b/src/mazerator.c index 33c47ce..2146b40 100644 --- a/src/mazerator.c +++ b/src/mazerator.c @@ -101,7 +101,7 @@ int main(int argc, char *argv[]) " -h, --heigth HEIGHT The heigth of the maze (Default: 20)\n" " -x, --start-x X The x coordinate for the start position (Default: 0)\n" " -y, --start-y Y The y coordinate for the start position (Default: 0)\n" - " -w, --wall WALL Single character used as maze walls (Default: '█')\n" + " -W, --wall WALL Single character used as maze walls (Default: '█')\n" " -s, --seed SEED The randomization seed used for maze generation (Any number)\n" " --help Displays usage information\n", argv[0]); -- cgit v1.2.3-18-g5258