Skip to content

Commit 92dfac3

Browse files
authored
Merge pull request #1157 from percona/PBM-1570-fix-typo-v2
PBm-1570: Fix description for --allow-partly-done option
2 parents 1f1df3d + 966d73b commit 92dfac3

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)