diff options
| author | hilimd <68371223+hilimd@users.noreply.github.com> | 2020-11-22 20:29:17 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-22 20:29:17 +0800 |
| commit | 9aa990f80f8af70628c72eaf0c20d445c15b9e9d (patch) | |
| tree | 2dd4ed5551515b207074bf27908432b0293cd321 /weed/shell/command_collection_delete.go | |
| parent | e8296104fc715f0f7c41a82059f366603b3e94f0 (diff) | |
| parent | 92f906b6fcce2ef72661bb825075e2826b8f3aa1 (diff) | |
| download | seaweedfs-9aa990f80f8af70628c72eaf0c20d445c15b9e9d.tar.xz seaweedfs-9aa990f80f8af70628c72eaf0c20d445c15b9e9d.zip | |
Merge pull request #39 from chrislusf/master
sync
Diffstat (limited to 'weed/shell/command_collection_delete.go')
| -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 ` } |
