Format help message

This commit is contained in:
Zhi Guan
2026-06-26 22:06:57 +08:00
parent a77feb2b4c
commit 4de29626b7
49 changed files with 153 additions and 149 deletions

View File

@@ -34,8 +34,8 @@ static const char *options =
"\n"
"Examples\n"
"\n"
" $ SALT=`gmssl rand -outlen 8 -hex`\n"
" $ gmssl sm3_pbkdf2 -pass P@ssw0rd -salt $SALT -iter 10000 -outlen 16 -hex\n"
" SALT=`gmssl rand -outlen 8 -hex`\n"
" gmssl sm3_pbkdf2 -pass P@ssw0rd -salt $SALT -iter 10000 -outlen 16 -hex\n"
"\n";