Skip to content

Commit

Permalink
Fix sql-user typo (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyuhang0 authored Sep 20, 2024
1 parent 01fbbc6 commit 3dccfb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/generate_doc/ticloud_serverless_sql-user_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ticloud serverless sql-user list [flags]

```
List all SQL users in interactive mode:
$ ticloud user list
$ ticloud serverless sql-user list
List all SQL users in non-interactive mode:
$ ticloud serverless sql-user list -c <cluster-id>
Expand Down
2 changes: 1 addition & 1 deletion internal/cli/serverless/sqluser/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func ListCmd(h *internal.Helper) *cobra.Command {
Aliases: []string{"ls"},
Annotations: make(map[string]string),
Example: fmt.Sprintf(` List all SQL users in interactive mode:
$ %[1]s user list
$ %[1]s serverless sql-user list
List all SQL users in non-interactive mode:
$ %[1]s serverless sql-user list -c <cluster-id>
Expand Down

0 comments on commit 3dccfb4

Please sign in to comment.