fix help message

This commit is contained in:
chrislu 2024-09-29 21:53:07 -07:00
parent 20929f2a57
commit cdd7fa81ab

View File

@ -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]
`
}