You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
println!(" init <userid>: Generate a keypair and store in the keychain.");
107
109
println!(" import <key>: Import a key from the command line.");
108
110
println!(" print: Print public key in OpenPGP format.");
109
111
println!(" fingerprint: Print the fingerprint of the public key.");
110
112
println!(" key-id: Print the key ID of the public key.");
111
-
println!(" sign-hex <hex>: Sign a hex string and print the signature and public key.\n");
113
+
println!(" sign-hex <hex>: Sign a hex string and print the signature and public key.");
112
114
println!(" timestamp: Print the timestamp of the current key.");
113
-
println!(" restore [-f] <key> <userid> [timestamp]: Restore a key from a 64-character private key.\n The -f flag will override any existing key.\n The timestamp is optional and will be used to generate the same public key format.");
0 commit comments