feat: update publickey.ts

This commit is contained in:
2025-01-19 00:50:54 +08:00
parent b2a0b817e8
commit 1b4ceb5552
2 changed files with 3 additions and 3 deletions

View File

@@ -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);
}