aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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]);