diff --git a/cmd/del.go b/cmd/del.go index 62d23ee..a3f0da3 100644 --- a/cmd/del.go +++ b/cmd/del.go @@ -30,7 +30,7 @@ import ( "github.com/spf13/cobra" ) -// delCmd represents the set command +// delCmd represents the remove command var delCmd = &cobra.Command{ Use: "remove KEY[@STORE] [KEY[@STORE] ...]", Short: "Delete one or more keys", diff --git a/cmd/list-dbs.go b/cmd/list-dbs.go index 7c7ad78..9e897b8 100644 --- a/cmd/list-dbs.go +++ b/cmd/list-dbs.go @@ -27,7 +27,7 @@ import ( "github.com/spf13/cobra" ) -// delCmd represents the set command +// listStoresCmd represents the list-stores command var listStoresCmd = &cobra.Command{ Use: "list-stores", Short: "List all stores",