Browse Source

fix help message

pull/5936/merge
chrislu 3 months ago
parent
commit
cdd7fa81ab
  1. 2
      weed/shell/command_fs_log.go

2
weed/shell/command_fs_log.go

@ -23,7 +23,7 @@ func (c *commandFsLogPurge) Name() string {
func (c *commandFsLogPurge) Help() string {
return `purge filer logs
fs.log.purge [-v] [-modifyDayAgo 365]
fs.log.purge [-v] [-daysAgo 365]
`
}

Loading…
Cancel
Save