File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -819,12 +819,12 @@ func (app *pbmApp) buildRestoreCmd() *cobra.Command {
819
819
"MongoDB cluster time to restore to. In <T,I> format (e.g. 1682093090,9). External backups only!" ,
820
820
)
821
821
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." ,
823
823
)
824
824
restoreCmd .Flags ().Bool (
825
825
"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. " +
828
828
"If disabled, fallback will be applied when cluster is partly-done." ,
829
829
)
830
830
You can’t perform that action at this time.
0 commit comments