aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-08-05 21:07:04 -0700
committerChris Lu <chris.lu@gmail.com>2021-08-05 21:07:04 -0700
commit286e5dd37525787b0610c41a2bb18a947a429d7d (patch)
tree36a2f8764c66f3d534dfc77c3299144bacab899c
parent1a5d29520c3f587558dbd68262a0f6aef8e06946 (diff)
parent1e22166939f3e5ef7b7ff439e724f69f4a923f89 (diff)
downloadseaweedfs-286e5dd37525787b0610c41a2bb18a947a429d7d.tar.xz
seaweedfs-286e5dd37525787b0610c41a2bb18a947a429d7d.zip
Merge branch 'master' into add_remote_storage
-rw-r--r--weed/shell/commands.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/commands.go b/weed/shell/commands.go
index 5b78f1ff9..5497e89cc 100644
--- a/weed/shell/commands.go
+++ b/weed/shell/commands.go
@@ -76,7 +76,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")
}