From 6eb2b3f039ee818c4ccece78e7a548ce2b2ffdfa Mon Sep 17 00:00:00 2001 From: Nicolas Pouillard Date: Fri, 16 Jan 2015 22:50:49 +0100 Subject: [PATCH] Typo in help message --- hx.hs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hx.hs b/hx.hs index d33d1ef..1bcc64b 100644 --- a/hx.hs +++ b/hx.hs @@ -705,10 +705,10 @@ mainArgs _ = error $ unlines ["Unexpected arguments." ,"hx hash256 [0]" ,"" ,"# HASH BASED MACs" - ,"hx hmac-sha224 [] [0]" - ,"hx hmac-sha256 [] [0]" - ,"hx hmac-sha384 [] [0]" - ,"hx hmac-sha512 [] [0]" + ,"hx hmac-sha224 [] [0]" + ,"hx hmac-sha256 [] [0]" + ,"hx hmac-sha384 [] [0]" + ,"hx hmac-sha512 [] [0]" ,"" ,"[0]: Not available in sx" ,"[1]: `hx showtx` is always using JSON output,"