diff options
| author | Aleksandr Demshin <demshin@gmail.com> | 2020-11-20 19:50:46 +0500 |
|---|---|---|
| committer | Aleksandr Demshin <demshin@gmail.com> | 2020-11-20 19:50:46 +0500 |
| commit | 176950ea78f0111593502b0c43d4b3342178f3dc (patch) | |
| tree | 76cf8a9ef2fd5b1668a6b6b096f0608fa4240213 | |
| parent | 7385103057abe3901890c9106f3f5e5c5e496281 (diff) | |
| download | seaweedfs-176950ea78f0111593502b0c43d4b3342178f3dc.tar.xz seaweedfs-176950ea78f0111593502b0c43d4b3342178f3dc.zip | |
fix typo
| -rw-r--r-- | weed/shell/command_collection_delete.go | 2 |
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 ` } |
