Improve help message to expire key (fixes #161)

This commit is contained in:
Juan Font Alonso 2021-10-14 23:58:15 +02:00
parent abfb1791f1
commit 0d13e16fed

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 {