Skip to content

Commit c8275f5

Browse files
authored
Merge pull request #1154 from percona/PBM-1572-fix-typos
PBM-1572 & PBM-1570: Fix typos
2 parents 1820660 + 5556dc8 commit c8275f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmd/pbm/main.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -819,12 +819,12 @@ func (app *pbmApp) buildRestoreCmd() *cobra.Command {
819819
"MongoDB cluster time to restore to. In <T,I> format (e.g. 1682093090,9). External backups only!",
820820
)
821821
restoreCmd.Flags().Bool(
822-
"fallback-enabled", false, "Enables/disables fallback strategy when doing physical restore.",
822+
"fallback-enabled", false, "Enables/disables fallback strategy when performing a physical restore.",
823823
)
824824
restoreCmd.Flags().Bool(
825825
"allow-partly-done", false,
826-
"Allows parly done state of the cluster after physical restore. "+
827-
"If enabled (default), partly-done status for RS will be treated as successful restore."+
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. "+
828828
"If disabled, fallback will be applied when cluster is partly-done.",
829829
)
830830

0 commit comments

Comments
 (0)