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

@@ -35,10 +35,10 @@ static const char *help =
"\n"
"Examples\n"
"\n"
" $ TEXT=`gmssl rand -outlen 20 -hex`\n"
" $ KEY=`gmssl rand -outlen 16 -hex`\n"
" $ AAD=\"The AAD Data\"\n"
" $ gmssl ghash -h $KEY -aad $AAD -in_str $TEXT\n"
" TEXT=`gmssl rand -outlen 20 -hex`\n"
" KEY=`gmssl rand -outlen 16 -hex`\n"
" AAD=\"The AAD Data\"\n"
" gmssl ghash -h $KEY -aad $AAD -in_str $TEXT\n"
"\n";