Skip to content

Commit

Permalink
Typo in help message
Browse files Browse the repository at this point in the history
  • Loading branch information
np committed Jan 16, 2015
1 parent 6c646d6 commit 6eb2b3f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hx.hs
Original file line number Diff line number Diff line change
Expand Up @@ -705,10 +705,10 @@ mainArgs _ = error $ unlines ["Unexpected arguments."
,"hx hash256 [0]"
,""
,"# HASH BASED MACs"
,"hx hmac-sha224 <KEY> [<HEX-NPUT>] [0]"
,"hx hmac-sha256 <KEY> [<HEX-NPUT>] [0]"
,"hx hmac-sha384 <KEY> [<HEX-NPUT>] [0]"
,"hx hmac-sha512 <KEY> [<HEX-NPUT>] [0]"
,"hx hmac-sha224 <KEY> [<HEX-INPUT>] [0]"
,"hx hmac-sha256 <KEY> [<HEX-INPUT>] [0]"
,"hx hmac-sha384 <KEY> [<HEX-INPUT>] [0]"
,"hx hmac-sha512 <KEY> [<HEX-INPUT>] [0]"
,""
,"[0]: Not available in sx"
,"[1]: `hx showtx` is always using JSON output,"
Expand Down

0 comments on commit 6eb2b3f

Please sign in to comment.