Skip to content

Commit

Permalink
fix delete description
Browse files Browse the repository at this point in the history
  • Loading branch information
steviebps committed Jun 23, 2023
1 parent c876d1b commit 39b7147
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/client_delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import (
// clientDelete represents the client delete command
var clientDelete = &cobra.Command{
Use: "delete [path]",
Short: "get a chamber",
Long: "get retrieves the chamber at the specified path",
Short: "delete a chamber",
Long: "delete a chamber at the specified path",
Args: func(cmd *cobra.Command, args []string) error {
if err := cobra.ExactArgs(1)(cmd, args); err != nil {
return err
Expand Down

0 comments on commit 39b7147

Please sign in to comment.