Skip to content

Commit 1ae9897

Browse files
authored
correct help message of command delete (#194)
1 parent 78aa557 commit 1ae9897

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
### Master
44

5+
- fix: the prompt information of the delete command
6+
- improve: command 'configure' can automatically configure the
7+
default profile when no profile name is specified
8+
- fix: cannot force calls to products whose metadata is not entered
9+
- fix: output message mistake
10+
511
### 3.0.17
612

713
- update meta data

config/configure_delete.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func NewConfigureDeleteCommand() *cli.Command {
2424
cmd := &cli.Command{
2525
Name: "delete",
2626
Usage: "delete --profile <profileName>",
27-
Short: i18n.T("list all config profile", "列出所有配置集"),
27+
Short: i18n.T("Delete the specified profile", "删除指定配置"),
2828
Run: func(c *cli.Context, args []string) error {
2929
profileName, ok := ProfileFlag(c.Flags()).GetValue()
3030
if !ok {

0 commit comments

Comments
 (0)