Skip to content

Commit

Permalink
fix: typo query pnft command (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
gyuguen authored Mar 21, 2024
1 parent b5d2a9b commit 852550a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/pnft/client/cli/query_pnft.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func NewCmdGetPNFTsByOwner() *cobra.Command {

func NewCmdGetPNFT() *cobra.Command {
cmd := &cobra.Command{
Use: "get-pnf [denom-id] [id]",
Use: "get-pnft [denom-id] [id]",
Short: "Get pnft by denomId and id",
Args: cobra.ExactArgs(2),
RunE: func(cmd *cobra.Command, args []string) error {
Expand Down

0 comments on commit 852550a

Please sign in to comment.