Merge pull request #166 from juanfont/complete-expire-command
Improve help message to expire key
This commit is contained in:
commit
5a7b377f6f
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ var createPreAuthKeyCmd = &cobra.Command{
|
||||||
}
|
}
|
||||||
|
|
||||||
var expirePreAuthKeyCmd = &cobra.Command{
|
var expirePreAuthKeyCmd = &cobra.Command{
|
||||||
Use: "expire",
|
Use: "expire KEY",
|
||||||
Short: "Expire a preauthkey",
|
Short: "Expire a preauthkey",
|
||||||
Args: func(cmd *cobra.Command, args []string) error {
|
Args: func(cmd *cobra.Command, args []string) error {
|
||||||
if len(args) < 1 {
|
if len(args) < 1 {
|
||||||
|
|
Loading…
Reference in a new issue