refactor(branding?): swapped all references to db/dbs to store/stores
This commit is contained in:
parent
9467675715
commit
3d5a3f2aa1
27 changed files with 113 additions and 113 deletions
|
|
@ -33,9 +33,9 @@ import (
|
|||
|
||||
// setCmd represents the set command
|
||||
var setCmd = &cobra.Command{
|
||||
Use: "set KEY[@DB] [VALUE]",
|
||||
Use: "set KEY[@STORE] [VALUE]",
|
||||
Short: "Set a key to a given value",
|
||||
Long: `Set a key to a given value or stdin. Optionally specify a db.
|
||||
Long: `Set a key to a given value or stdin. Optionally specify a store.
|
||||
|
||||
PDA supports parsing Go templates. Actions are delimited with {{ }}.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue