Merge pull request #166 from juanfont/complete-expire-command

Improve help message to expire key
This commit is contained in:
Juan Font
2021-10-16 09:59:15 +02:00
committed by GitHub

View File

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