mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-11-24 06:25:47 +00:00
chore: adjust cmd usage
Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
This commit is contained in:
parent
68d2ff899f
commit
1699323af7
@ -14,7 +14,7 @@ var _ = strconv.Itoa(0)
|
|||||||
|
|
||||||
func CmdGetByAddress() *cobra.Command {
|
func CmdGetByAddress() *cobra.Command {
|
||||||
cmd := &cobra.Command{
|
cmd := &cobra.Command{
|
||||||
Use: "address [address] [lookup-period-in-min]",
|
Use: "address [address] [num-elements]",
|
||||||
Short: "Query for assets by address",
|
Short: "Query for assets by address",
|
||||||
Args: cobra.ExactArgs(2),
|
Args: cobra.ExactArgs(2),
|
||||||
RunE: func(cmd *cobra.Command, args []string) (err error) {
|
RunE: func(cmd *cobra.Command, args []string) (err error) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user