diff --git a/README.md b/README.md index 7d7760f..ee4f448 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ b10-gentsigkey tool to create BIND 10 TSIG keys The tool creates by default an HMAC-MD5 key with 128bits size and -prints the key on the screen: +prints the key to _stdout_: ``` # b10-gentsigkey.py example.com example.com:rc4VdlEPMFan4D+9icDEkg==:hmac-md5 ``` @@ -35,4 +35,4 @@ config commit this output can be directly piped into bindctl: ``` # b10-gentsigkey.py -a hmac-sha1 -b 256 -f example.com | bindctl -``` \ No newline at end of file +```