diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-08-21 02:17:10 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-08-21 02:17:10 -0700 |
| commit | 2158d4fe4d613fcb17ca4f59ea2ebd4e5cd97bbb (patch) | |
| tree | 35336d9af446affd1b148cb90ae05c3d06e78c68 /weed/shell/command_remote_uncache.go | |
| parent | 69442d220beb6e1711a87acf4035d4d4ee6f984e (diff) | |
| download | seaweedfs-2158d4fe4d613fcb17ca4f59ea2ebd4e5cd97bbb.tar.xz seaweedfs-2158d4fe4d613fcb17ca4f59ea2ebd4e5cd97bbb.zip | |
adjust help message
Diffstat (limited to 'weed/shell/command_remote_uncache.go')
| -rw-r--r-- | weed/shell/command_remote_uncache.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/weed/shell/command_remote_uncache.go b/weed/shell/command_remote_uncache.go index 0e5152f78..ac7e44a7d 100644 --- a/weed/shell/command_remote_uncache.go +++ b/weed/shell/command_remote_uncache.go @@ -33,6 +33,8 @@ func (c *commandRemoteUncache) Help() string { remote.uncache -dir=/xxx/some/sub/dir remote.uncache -dir=/xxx/some/sub/dir -include=*.pdf remote.uncache -dir=/xxx/some/sub/dir -exclude=*.txt + remote.uncache -minSize=1024000 # uncache files larger than 100K + remote.uncache -minAge=3600 # uncache files older than 1 hour ` } |
