mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-15 20:06:19 +08:00
adjust error message
This commit is contained in:
@@ -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")
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user