From cdd7fa81ab0177a2e581a407ffbb0153175faa76 Mon Sep 17 00:00:00 2001 From: chrislu Date: Sun, 29 Sep 2024 21:53:07 -0700 Subject: [PATCH] fix help message --- weed/shell/command_fs_log.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] ` }