From fc01dd522d37fc5cb3f6a70ab49b4af1246c5e77 Mon Sep 17 00:00:00 2001 From: Zhi Guan Date: Sun, 17 Dec 2023 21:10:41 +0800 Subject: [PATCH] Update sm3.c Fix help message --- tools/sm3.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/sm3.c b/tools/sm3.c index 6b0ff118..380c01f3 100644 --- a/tools/sm3.c +++ b/tools/sm3.c @@ -35,8 +35,8 @@ static const char *help = " the default ID string '1234567812345678' is used\n" " -in_str str To be hashed string\n" " -in file | stdin To be hashed file path\n" -" `-instr` and `-in` should not be used together\n" -" If neither `-in` nor `-instr` specified, read from stdin\n" +" `-in_str` and `-in` should not be used together\n" +" If neither `-in` nor `-in_str` specified, read from stdin\n" " -out file | stdout Output file path. If not specified, output to stdout\n" "\n" "Examples\n"