diff --git a/weed/shell/command_fs_log.go b/weed/shell/command_fs_log.go index 137a218f0..e6b7a6f9a 100644 --- a/weed/shell/command_fs_log.go +++ b/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] ` }