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{
|
||||
Use: "picoclaw",
|
||||
Short: short,
|
||||
Example: "picoclaw list",
|
||||
Example: "picoclaw version",
|
||||
}
|
||||
|
||||
cmd.AddCommand(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue