diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2020-07-23 17:56:37 +0200 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2020-07-23 17:56:37 +0200 |
commit | 38b3d7817151c8ec94ac6594c753547a570d11be (patch) | |
tree | 3cf4671cb5d36427c43b8425e644b5a9cf610d3a | |
parent | f700bcdb1a7a8fae78ac2cb95ab239126b1af72d (diff) | |
download | nihav-tool-38b3d7817151c8ec94ac6594c753547a570d11be.tar.gz |
mention that --help is available
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ nihav-tool is a simple tool to test decoding functionality of NihAV. Put it into directory with other NihAV crates and invoke `cargo build`. See https://codecs.multimedia.cx/2020/07/some-words-about-nihav-tools/ for a description of how to use it. +Or run `nihav-tool --help`. ## Contributing |