diff --git a/hypd/cmd/secret.go b/hypd/cmd/secret.go index a3f5223..7452a45 100644 --- a/hypd/cmd/secret.go +++ b/hypd/cmd/secret.go @@ -19,7 +19,7 @@ server and to clients. Example: -hypd generatesecret > hyp.secret`, +hypd generate secret > hyp.secret`, Run: func(cmd *cobra.Command, args []string) { sharedSecret, err := otphyp.GenerateSecret() if err != nil {