Browse Source

adjust error message

pull/2252/head
Chris Lu 3 years ago
parent
commit
1e22166939
  1. 2
      weed/shell/commands.go

2
weed/shell/commands.go

@ -75,7 +75,7 @@ func (ce *CommandEnv) confirmIsLocked() error {
return nil
}
return fmt.Errorf("need to lock to continue")
return fmt.Errorf("need to run \"lock\" first to continue")
}

Loading…
Cancel
Save