mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-08-06 11:53:39 +08:00
Format help message
This commit is contained in:
@@ -30,9 +30,9 @@ static const char *options =
|
||||
"\n"
|
||||
"Examples\n"
|
||||
"\n"
|
||||
" $ gmssl sm2keygen -pass P@ssw0rd -out sm2.pem -pubout sm2pub.pem\n"
|
||||
" $ echo 'Secret message' | gmssl sm2encrypt -pubkey sm2pub.pem -out sm2.der\n"
|
||||
" $ gmssl sm2decrypt -key sm2.pem -pass P@ssw0rd -in sm2.der\n"
|
||||
" gmssl sm2keygen -pass P@ssw0rd -out sm2.pem -pubout sm2pub.pem\n"
|
||||
" echo 'Secret message' | gmssl sm2encrypt -pubkey sm2pub.pem -out sm2.der\n"
|
||||
" gmssl sm2decrypt -key sm2.pem -pass P@ssw0rd -in sm2.der\n"
|
||||
"\n";
|
||||
|
||||
int sm2decrypt_main(int argc, char **argv)
|
||||
|
||||
Reference in New Issue
Block a user