Browse Source

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

pull/4093/head
Guo Lei 2 years ago
committed by GitHub
parent
commit
ed5f3f073b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      weed/shell/command_volume_vacuum_disable.go
  2. 2
      weed/shell/command_volume_vacuum_enable.go

2
weed/shell/command_volume_vacuum_disable.go

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

2
weed/shell/command_volume_vacuum_enable.go

@ -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…
Cancel
Save