aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_fs_log.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/shell/command_fs_log.go')
-rw-r--r--weed/shell/command_fs_log.go2
1 files changed, 1 insertions, 1 deletions
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]
`
}