diff options
author | Guillermo Ramos | 2019-06-30 13:57:38 +0200 |
---|---|---|
committer | Guillermo Ramos | 2019-06-30 13:57:38 +0200 |
commit | 1d8f3d43ded6d604e31bc83d47771d7294dcdf9a (patch) | |
tree | ccdc84a342d8a6545b52c659fe4dc20c2b05901a | |
parent | c73cbe96990ae8c671041ca97d0785a46db76375 (diff) | |
download | tgutils-1d8f3d43ded6d604e31bc83d47771d7294dcdf9a.tar.gz |
Reference man pages in README.md
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -9,8 +9,9 @@ This software is in very early development, please be gentle :) ## Tools -Here is a short overview of the included tools, for full documentation check -their corresponding manual (e.g., `tgsend -h -v`). +Here is a short overview of the included tools. You can generate man pages at +doc/man1 by running `make doc`. Each tool can also display its own doc, e.g., +`tgsend -h` (quick reference), `tgsend -h -v` (full manual). ### tgsend |