Update sm3.c

Fix help message
This commit is contained in:
Zhi Guan
2023-12-17 21:10:41 +08:00
parent 34af2f4809
commit fc01dd522d

View File

@@ -35,8 +35,8 @@ static const char *help =
" the default ID string '1234567812345678' is used\n" " the default ID string '1234567812345678' is used\n"
" -in_str str To be hashed string\n" " -in_str str To be hashed string\n"
" -in file | stdin To be hashed file path\n" " -in file | stdin To be hashed file path\n"
" `-instr` and `-in` should not be used together\n" " `-in_str` and `-in` should not be used together\n"
" If neither `-in` nor `-instr` specified, read from stdin\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" " -out file | stdout Output file path. If not specified, output to stdout\n"
"\n" "\n"
"Examples\n" "Examples\n"