Skip to content

Commit

Permalink
Fix "remove" command short description (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaronkoren authored Aug 13, 2024
1 parent fc95611 commit dab5c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/remove/remove.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func NewCmdCreate() *cobra.Command {

addCmd := &cobra.Command{
Use: "remove",
Short: "remove a new wiki from a Canasta instance",
Short: "Remove a wiki from a Canasta instance",
RunE: func(cmd *cobra.Command, args []string) error {
var err error
fmt.Printf("Removing wiki '%s' from Canasta instance '%s'...\n", wikiName, instance.Id)
Expand Down

0 comments on commit dab5c73

Please sign in to comment.