mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 01:37:57 +08:00
remove "weed" from UsageLine, or weed will not show usage of weed update
This commit is contained in:
@@ -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`,
|
||||
}
|
||||
|
Reference in New Issue
Block a user