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

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