mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix typo
This commit is contained in:
parent
7385103057
commit
176950ea78
|
@ -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
|
||||
|
||||
`
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue