README: Set out-file as optional.

This commit is contained in:
2025-09-29 08:04:29 +02:00
parent a694d35da0
commit 7694cc305c

View File

@@ -9,7 +9,7 @@ file with the output so that it is much more readable.
To run the program, simply run it as follows: To run the program, simply run it as follows:
```console ```console
qdbus-prettifier <in-file> <out-file> qdbus-prettifier <in-file> [out-file]
``` ```
## Building ## Building