Skip to content

Commit

Permalink
changing the name of the ox parent plugin to be database
Browse files Browse the repository at this point in the history
  • Loading branch information
paganotoni committed Dec 21, 2021
1 parent 91cf510 commit bff1ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func (lb Command) Name() string {
}

func (lb Command) ParentName() string {
return "db"
return "database"
}

func (lb Command) HelpText() string {
Expand Down

0 comments on commit bff1ea7

Please sign in to comment.