diff options
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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) { |
