From fc02af0f1780a3cff49604eec8293a978991f3f6 Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Sun, 27 Aug 2023 13:35:41 +0200 Subject: [PATCH] updated readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 602d568..3b5baed 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ it with the following arguments | ----- | ----------------- | ---------- | ---------------------------------------------------------------------------------------- | | -h | --help | | Print help information | | -v | --verbose | 0 | Verbose level of the solver see [verbose levels](#verbose-levels) | -| -i | --input | `maze.png` | Input file | -| -o | --output | `sol.png` | Output file | +| -i | --input | `maze.png` | Input file, can be a `.txt` or `.png` file | +| -o | --output | `sol.png` | Output file, can be a `.txt` or `.png` file | | | --path-char-in | `' '` | Character to represent the path in an input text file. | | | --wall-char-in | `'#'` | Character to represent the wall in an input text file. | | | --path-char-out | `' '` | Character to represent the path in an output text file. |