Merge pull request #1630 from demshin/master

fix typo
This commit is contained in:
Chris Lu 2020-11-20 09:26:35 -08:00 committed by GitHub
commit 5f3546a688
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
`
}