Chris Lu
4 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/shell/command_collection_delete.go
|
@ -22,7 +22,7 @@ func (c *commandCollectionDelete) Name() string { |
|
|
func (c *commandCollectionDelete) Help() string { |
|
|
func (c *commandCollectionDelete) Help() string { |
|
|
return `delete specified collection |
|
|
return `delete specified collection |
|
|
|
|
|
|
|
|
collection.delete -collectin <collection_name> -force |
|
|
|
|
|
|
|
|
collection.delete -collection <collection_name> -force |
|
|
|
|
|
|
|
|
` |
|
|
` |
|
|
} |
|
|
} |
|
|