mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
adjust error message
This commit is contained in:
parent
8cf0c515bf
commit
1e22166939
|
@ -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…
Reference in a new issue