diff --git a/weed/shell/command_collection_delete.go b/weed/shell/command_collection_delete.go index 28b9cebbd..5777d5780 100644 --- a/weed/shell/command_collection_delete.go +++ b/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 -force + collection.delete -collection -force ` }