Browse Source
Merge pull request #3192 from guol-fnst/weed_update
remove "weed" from UsageLine, or weed will not show usage of weed update
pull/3195/head
Chris Lu
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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`, |
|
|
} |
|
|
} |
|
|