Skip to content

Commit

Permalink
Merge pull request #166 from juanfont/complete-expire-command
Browse files Browse the repository at this point in the history
Improve help message to expire key
  • Loading branch information
juanfont authored Oct 16, 2021
2 parents 829a8c4 + 654d2b9 commit 5a7b377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/headscale/cli/preauthkeys.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ var createPreAuthKeyCmd = &cobra.Command{
}

var expirePreAuthKeyCmd = &cobra.Command{
Use: "expire",
Use: "expire KEY",
Short: "Expire a preauthkey",
Args: func(cmd *cobra.Command, args []string) error {
if len(args) < 1 {
Expand Down

0 comments on commit 5a7b377

Please sign in to comment.