aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2020-11-20 09:26:35 -0800
committerGitHub <noreply@github.com>2020-11-20 09:26:35 -0800
commit5f3546a688fd3ab5e8276aee2643aaed84e78221 (patch)
tree76cf8a9ef2fd5b1668a6b6b096f0608fa4240213
parent7385103057abe3901890c9106f3f5e5c5e496281 (diff)
parent176950ea78f0111593502b0c43d4b3342178f3dc (diff)
downloadseaweedfs-5f3546a688fd3ab5e8276aee2643aaed84e78221.tar.xz
seaweedfs-5f3546a688fd3ab5e8276aee2643aaed84e78221.zip
Merge pull request #1630 from demshin/master
fix typo
-rw-r--r--weed/shell/command_collection_delete.go2
1 files changed, 1 insertions, 1 deletions
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 <collection_name> -force
+ collection.delete -collection <collection_name> -force
`
}