We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f1df3d + 966d73b commit 92dfac3Copy full SHA for 92dfac3
cmd/pbm/main.go
@@ -824,8 +824,8 @@ func (app *pbmApp) buildRestoreCmd() *cobra.Command {
824
restoreCmd.Flags().Bool(
825
"allow-partly-done", false,
826
"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.",
+ "If enabled (default), partly-done status for a RS will be treated as a successful restore. "+
+ "If disabled, fallback will be applied when the cluster is partly-done.",
829
)
830
831
restoreCmd.Flags().StringVar(&restoreOptions.rsMap, RSMappingFlag, "", RSMappingDoc)
0 commit comments