From 9b489f4743ba1e4b1b5f7a476ab4eaf99ee586b3 Mon Sep 17 00:00:00 2001 From: Kirill Petrashin Date: Fri, 27 Mar 2026 08:38:34 +0300 Subject: Update comment about args --- main.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index c1d3c73..ff2f826 100644 --- a/main.c +++ b/main.c @@ -68,7 +68,9 @@ int main(int argc, char **argv) { * Currently supported: * -a to animate the pathfinding (get input after each step) * -m {width}x{height} to give a maze of given size - * -f {filename} to load a map from the filename */ + * -f {filename} to load a map from the filename + * -4 for four directions + * -8 for eight directions */ int opt; while ((opt = getopt(argc, argv, ":am:f:48")) != -1) { switch (opt) { -- cgit v1.2.3