Browse Source

remove "weed" from UsageLine, or weed will not show usage of weed update

pull/3192/head
guol-fnst 3 years ago
parent
commit
c7c20881f5
  1. 2
      weed/command/update.go

2
weed/command/update.go

@ -75,7 +75,7 @@ func init() {
} }
var cmdUpdate = &Command{ 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", Short: "get latest or specific version from https://github.com/chrislusf/seaweedfs",
Long: `get latest or specific version from https://github.com/chrislusf/seaweedfs`, Long: `get latest or specific version from https://github.com/chrislusf/seaweedfs`,
} }

Loading…
Cancel
Save