help message when in simulation mode

This commit is contained in:
chrislu
2022-05-31 14:48:46 -07:00
parent 89948a373b
commit 6793bc853c
13 changed files with 21 additions and 2 deletions

View File

@@ -35,6 +35,7 @@ func (c *commandCollectionDelete) Do(args []string, commandEnv *CommandEnv, writ
if err = colDeleteCommand.Parse(args); err != nil {
return nil
}
infoAboutSimulationMode(writer, *applyBalancing, "-force")
if err = commandEnv.confirmIsLocked(args); err != nil {
return