Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyangyu committed Sep 27, 2024
1 parent a3a2540 commit dfe881d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/generate_doc/ticloud_serverless_branch.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Manage TiDB Cloud Serverless branches
* [ticloud serverless branch delete](ticloud_serverless_branch_delete.md) - Delete a branch
* [ticloud serverless branch describe](ticloud_serverless_branch_describe.md) - Describe a branch
* [ticloud serverless branch list](ticloud_serverless_branch_list.md) - List branches
* [ticloud serverless branch reset](ticloud_serverless_branch_reset.md) - Reset a branch to its parent's current state
* [ticloud serverless branch reset](ticloud_serverless_branch_reset.md) - Reset a branch to its parent's latest state
* [ticloud serverless branch shell](ticloud_serverless_branch_shell.md) - Connect to a branch

2 changes: 1 addition & 1 deletion docs/generate_doc/ticloud_serverless_branch_reset.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## ticloud serverless branch reset

Reset a branch to its parent's current state
Reset a branch to its parent's latest state

```
ticloud serverless branch reset [flags]
Expand Down
2 changes: 1 addition & 1 deletion internal/cli/serverless/branch/reset.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func ResetCmd(h *internal.Helper) *cobra.Command {
var force bool
var resetCmd = &cobra.Command{
Use: "reset",
Short: "Reset a branch to its parent's current state",
Short: "Reset a branch to its parent's latest state",
Args: cobra.NoArgs,
Example: fmt.Sprintf(` Reset a branch in interactive mode:
$ %[1]s serverless branch reset
Expand Down

0 comments on commit dfe881d

Please sign in to comment.