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
commit 5a7b377f6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {