Skip to content

Commit

Permalink
renamed keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
lxgr-linux committed Oct 16, 2023
1 parent 74c164e commit 2871cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/cardchain/client/cli/query_q_cards.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var _ = strconv.Itoa(0)

func CmdQCards() *cobra.Command {
cmd := &cobra.Command{
Use: "q-cards [owner] [status] [card-type] [classes] [sort-by] [name-contains] [keywords-contains] [notes-contains] [only-startercard]",
Use: "q-cards [owner] [status] [card-type] [classes] [sort-by] [name-contains] [keywords-contains] [notes-contains] [startercards-only]",
Short: "Query qCards",
Args: cobra.ExactArgs(9),
RunE: func(cmd *cobra.Command, args []string) (err error) {
Expand Down

0 comments on commit 2871cdd

Please sign in to comment.