aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_fs_log.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2024-09-29 21:53:07 -0700
committerchrislu <chris.lu@gmail.com>2024-09-29 21:53:07 -0700
commitcdd7fa81ab0177a2e581a407ffbb0153175faa76 (patch)
tree5e82559dacf662ebb7308fa78b760be7def58b38 /weed/shell/command_fs_log.go
parent20929f2a5753a04385be2378e698c8df762b3256 (diff)
downloadseaweedfs-cdd7fa81ab0177a2e581a407ffbb0153175faa76.tar.xz
seaweedfs-cdd7fa81ab0177a2e581a407ffbb0153175faa76.zip
fix help message
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]
`
}