From 80ac08c6243abd2ce280c4a6375bbda305dc7327 Mon Sep 17 00:00:00 2001 From: Stig Palmquist Date: Sun, 1 Sep 2024 15:31:04 +0200 Subject: [PATCH] agent: Remove duplicate `--print-pubkey` in usage --- cmd/ssh-tpm-keygen/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/ssh-tpm-keygen/main.go b/cmd/ssh-tpm-keygen/main.go index 9b3eba1..86d5efe 100644 --- a/cmd/ssh-tpm-keygen/main.go +++ b/cmd/ssh-tpm-keygen/main.go @@ -51,7 +51,6 @@ Options: platform, p --print-pubkey Print the public key given a TPM private key. --supported List the supported keys of the TPM. - --print-pubkey Print the public key given a TPM private key. --wrap PATH A SSH key to wrap for import on remote machine. --wrap-with PATH Parent key to wrap the SSH key with.