From 176950ea78f0111593502b0c43d4b3342178f3dc Mon Sep 17 00:00:00 2001 From: Aleksandr Demshin Date: Fri, 20 Nov 2020 19:50:46 +0500 Subject: [PATCH] fix typo --- weed/shell/command_collection_delete.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ` }