fix typo in help message

This commit is contained in:
Steven Polley 2024-04-16 19:43:39 -06:00
parent fbf1758ccb
commit 2c43affac9
1 changed files with 1 additions and 1 deletions

View File

@ -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 {