Skip to content

Commit 2063a92

Browse files
author
Bogdan Tsechoev
committed
Merge branch 'dle-4-0-cli-help' into 'dle-4-0'
Edit DLE 4.0 CLI help See merge request postgres-ai/database-lab!1021
2 parents 0d2ef8d + ef8f3ad commit 2063a92

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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: "manages clones",
22+
Usage: "create, update, delete, reset, or retrieve clone",
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 Database Lab instance",
61+
Usage: "start port forwarding to the DBLab instance",
6262
Before: commands.CheckForwardingServerURL,
6363
Action: forward,
6464
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ func CommandList() []*cli.Command {
1313
return []*cli.Command{
1414
{
1515
Name: "instance",
16-
Usage: "displays instance info",
16+
Usage: "display instance info",
1717
Subcommands: []*cli.Command{
1818
{
1919
Name: "status",

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: "manage snapshots",
18+
Usage: "create, retrieve, or delete snapshot",
1919
Subcommands: []*cli.Command{
2020
{
2121
Name: "list",

0 commit comments

Comments
 (0)