aboutsummaryrefslogtreecommitdiff
path: root/weed/command/update.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-06-20 13:18:11 -0700
committerchrislu <chris.lu@gmail.com>2022-06-20 13:18:11 -0700
commitbf5a5abfb1925ee981306d8e49bc52bcded2279b (patch)
tree3aa2d7aef0639134219c323a67f81ca93642ab29 /weed/command/update.go
parent69a2e503ab51b3350388525fa778cb0b20cc82ac (diff)
parent0d22877df9177aa51b495314b138d7a9e75eb4a2 (diff)
downloadseaweedfs-bf5a5abfb1925ee981306d8e49bc52bcded2279b.tar.xz
seaweedfs-bf5a5abfb1925ee981306d8e49bc52bcded2279b.zip
Merge branch 'master' of https://github.com/chrislusf/seaweedfs
Diffstat (limited to 'weed/command/update.go')
-rw-r--r--weed/command/update.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/update.go b/weed/command/update.go
index 8e0a76016..2d0dc42ad 100644
--- a/weed/command/update.go
+++ b/weed/command/update.go
@@ -75,7 +75,7 @@ func init() {
}
var cmdUpdate = &Command{
- UsageLine: "weed update -dir=/path/to/dir -name=name -version=x.xx",
+ UsageLine: "update [-dir=/path/to/dir] [-name=name] [-version=x.xx]",
Short: "get latest or specific version from https://github.com/chrislusf/seaweedfs",
Long: `get latest or specific version from https://github.com/chrislusf/seaweedfs`,
}