aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHampus <hampus@hampusmat.com>2021-12-14 22:59:46 +0100
committerHampus <hampus@hampusmat.com>2021-12-14 22:59:46 +0100
commitc29486fecc272de43c11f4f26456094ce265b6f2 (patch)
tree02e922767d22e7ed6df08e19d0b7a9325a7eea0c /src
parent53a73d29f227fc76092e786ffa3bfba7edeae46b (diff)
docs: fix short wall option name in help
Diffstat (limited to 'src')
-rw-r--r--src/mazerator.c2
1 files changed, 1 insertions, 1 deletions
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]);