|
|
|
@ -81,7 +81,7 @@ func (c *commandVolumeFixReplication) Do(args []string, commandEnv *CommandEnv, |
|
|
|
infoAboutSimulationMode(writer, *applyChanges, "-apply") |
|
|
|
|
|
|
|
if *applyChangesAlias != false { |
|
|
|
fmt.Fprintf(writer, "WARNING: -force is deprecated, please use -apply instead") |
|
|
|
fmt.Fprintf(writer, "WARNING: -force is deprecated, please use -apply instead\n") |
|
|
|
*applyChanges = *applyChangesAlias |
|
|
|
} |
|
|
|
commandEnv.noLock = !*applyChanges |
|
|
|
|