adjust help message

This commit is contained in:
Chris Lu
2021-08-21 02:17:10 -07:00
parent 69442d220b
commit 2158d4fe4d
2 changed files with 6 additions and 1 deletions

View File

@@ -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
`
}