Skip to content

Commit 37ff43f

Browse files
committed
Revert "editing help messages"
This reverts commit 815d833
1 parent 815d833 commit 37ff43f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

engine/cmd/cli/commands/clone/command_list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const (
1919
func CommandList() []*cli.Command {
2020
return []*cli.Command{{
2121
Name: "clone",
22-
Usage: "create, update, delete, reset, or retrieve clone",
22+
Usage: "manages clones",
2323
Subcommands: []*cli.Command{
2424
{
2525
Name: "list",

engine/cmd/cli/commands/global/command_list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func List() []*cli.Command {
5858
},
5959
{
6060
Name: "port-forward",
61-
Usage: "start port forwarding to the DBLab instance",
61+
Usage: "start port forwarding to the Database Lab instance",
6262
Before: commands.CheckForwardingServerURL,
6363
Action: forward,
6464
},

engine/cmd/cli/commands/snapshot/command_list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ func CommandList() []*cli.Command {
1515
return []*cli.Command{
1616
{
1717
Name: "snapshot",
18-
Usage: "create, retrieve, or delete snapshot",
18+
Usage: "manage snapshots",
1919
Subcommands: []*cli.Command{
2020
{
2121
Name: "list",

0 commit comments

Comments
 (0)