Skip to content

Commit 966d73b

Browse files
committed
Fix description for --allow-partly-done option
1 parent 1f1df3d commit 966d73b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/pbm/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -824,8 +824,8 @@ func (app *pbmApp) buildRestoreCmd() *cobra.Command {
824824
restoreCmd.Flags().Bool(
825825
"allow-partly-done", false,
826826
"Allows partly done state of the cluster after physical restore. "+
827-
"If enabled (default), partly-done status for RS will be treated as successful restore. "+
828-
"If disabled, fallback will be applied when cluster is partly-done.",
827+
"If enabled (default), partly-done status for a RS will be treated as a successful restore. "+
828+
"If disabled, fallback will be applied when the cluster is partly-done.",
829829
)
830830

831831
restoreCmd.Flags().StringVar(&restoreOptions.rsMap, RSMappingFlag, "", RSMappingDoc)

0 commit comments

Comments
 (0)