1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-08-02 08:08:11 +02:00
This commit is contained in:
Aleksandr Demshin 2020-11-20 19:50:46 +05:00
parent 7385103057
commit 176950ea78

View file

@ -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
`
}