Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
fix help message
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Stephenson committed Sep 29, 2022
1 parent fd55206 commit 5d99dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/promote/promote.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func NewCommand(client interfaces.Client, config interfaces.ConfigProvider) *cob
command := &cobra.Command{
Hidden: true,
Use: "promote",
Short: "promote promotes a volume's replica deployment to a primary",
Short: "promotes a volume's replica deployment to a primary",
Example: `
$ storageos promote my-namespace my-volume my-replica-id`,
Args: argwrappers.WrapInvalidArgsError(func(_ *cobra.Command, args []string) error {
Expand Down

0 comments on commit 5d99dcf

Please sign in to comment.