Browse Source

fix typo

pull/1630/head
Aleksandr Demshin 4 years ago
parent
commit
176950ea78
  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