From e04bcfb3063174b9e219348e652becd9d7ada6cc Mon Sep 17 00:00:00 2001 From: lew Date: Wed, 11 Feb 2026 17:24:32 +0000 Subject: [PATCH] fix: artifacts in comments from copying the commands over initially --- cmd/del.go | 2 +- cmd/list-dbs.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",