fix:fix cmd example (#1166)
This commit is contained in:
parent
ad9d5a3d19
commit
a521a49162
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ func NewPicoclawCommand() *cobra.Command {
|
||||||
cmd := &cobra.Command{
|
cmd := &cobra.Command{
|
||||||
Use: "picoclaw",
|
Use: "picoclaw",
|
||||||
Short: short,
|
Short: short,
|
||||||
Example: "picoclaw list",
|
Example: "picoclaw version",
|
||||||
}
|
}
|
||||||
|
|
||||||
cmd.AddCommand(
|
cmd.AddCommand(
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue