mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
add more help message, in case of misunderstanding (#4092)
This commit is contained in:
parent
d8cfa1552b
commit
ed5f3f073b
|
@ -19,7 +19,7 @@ func (c *commandDisableVacuum) Name() string {
|
|||
}
|
||||
|
||||
func (c *commandDisableVacuum) Help() string {
|
||||
return `disable vacuuming
|
||||
return `disable vacuuming request from Master, however volume.vacuum still works.
|
||||
|
||||
volume.vacuum.disable
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ func (c *commandEnableVacuum) Name() string {
|
|||
}
|
||||
|
||||
func (c *commandEnableVacuum) Help() string {
|
||||
return `enable vacuuming
|
||||
return `enable vacuuming request from Master
|
||||
|
||||
volume.vacuum.enable
|
||||
|
||||
|
|
Loading…
Reference in a new issue