mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-08-07 12:33:39 +08:00
Format help message
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user