feat: update publickey.ts
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
const {X509Certificate, createPublicKey} = await import('node:crypto');
|
||||
|
||||
if (Deno.args.length === 0) {
|
||||
console.log("Usage: certificate.ts <certificate>");
|
||||
console.log("Usage: certificate.ts <certificate|publickey>");
|
||||
Deno.exit(1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user