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

@@ -48,13 +48,13 @@ static const char *help =
"\n"
" gmssl sm3 -pubkey sm2pubkey.pem -id alice -in /path/to/file -bin\n"
"\n"
" When reading from stdin, make sure the trailing newline character is removed\n"
" When reading from stdin, make sure the trailing newline character is removed\n"
"\n"
" Linux/Mac:\n"
" Linux/Mac:\n"
" echo -n abc | gmssl sm3\n"
"\n"
" Windows:\n"
" C:\\> echo |set/p=\"abc\" | gmssl sm3\n"
" Windows:\n"
" echo |set/p=\"abc\" | gmssl sm3\n"
"\n";