diff --git a/README.md b/README.md index 4013ba1..e23845c 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,12 @@ To run the program, simply run it as follows: qdbus-prettifier [out-file] ``` +If `` is defined as `-` this tells the program to read from `stdin` +allowing input to be piped. If the `[out-file]` option is omitted then output is +sent to `stdout`. + +For more information, check out the `-h` option. + ## Building To compile the program, install the Rust suite, namely the compiler and Cargo.