Browse Source

minor

pull/1862/head
Chris Lu 4 years ago
parent
commit
014a31d11a
  1. 4
      weed/command/filer_meta_tail.go

4
weed/command/filer_meta_tail.go

@ -24,8 +24,8 @@ func init() {
var cmdFilerMetaTail = &Command{
UsageLine: "filer.meta.tail [-filer=localhost:8888] [-target=/]",
Short: "see recent changes on a filer",
Long: `See recent changes on a filer.
Short: "see continuous changes on a filer",
Long: `See continuous changes on a filer.
weed filer.meta.tail -timeAgo=30h | grep truncate
weed filer.meta.tail -timeAgo=30h | jq .

Loading…
Cancel
Save