Browse Source

Merge pull request #1630 from demshin/master

fix typo
pull/1633/head
Chris Lu 4 years ago
committed by GitHub
parent
commit
5f3546a688
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      weed/shell/command_collection_delete.go

2
weed/shell/command_collection_delete.go

@ -22,7 +22,7 @@ func (c *commandCollectionDelete) Name() string {
func (c *commandCollectionDelete) Help() string {
return `delete specified collection
collection.delete -collectin <collection_name> -force
collection.delete -collection <collection_name> -force
`
}

Loading…
Cancel
Save