Skip to content

Commit

Permalink
Fix help message for remove-peer raft command (#1652)
Browse files Browse the repository at this point in the history
  • Loading branch information
morgan-atproperties authored Jan 20, 2025
1 parent a2e773b commit b4e2e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/raft.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ var peerID string

var raftRemovePeerCmd = &cobra.Command{
Use: "remove-peer",
Short: "Command to list raft peers",
Short: "Command to remove a peer from raft",
Long: ``,
RunE: func(cmd *cobra.Command, args []string) error {
log := logrus.NewEntry(logrus.New())
Expand Down

0 comments on commit b4e2e18

Please sign in to comment.