1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-23 19:11:40 +02:00

add more help message, in case of misunderstanding (#4092)

This commit is contained in:
Guo Lei 2022-12-29 23:05:05 +08:00 committed by GitHub
parent d8cfa1552b
commit ed5f3f073b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

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