diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-02-28 16:21:09 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-02-28 16:21:09 -0800 |
| commit | 014a31d11ae8a147bc52c3615d485ffb4310e736 (patch) | |
| tree | 02fc3d1083e7811c331d57a9e64abff6755b46dd | |
| parent | f2fcb77808a72d3a62a0d922ee3fea8d878bf2ed (diff) | |
| download | seaweedfs-014a31d11ae8a147bc52c3615d485ffb4310e736.tar.xz seaweedfs-014a31d11ae8a147bc52c3615d485ffb4310e736.zip | |
minor
| -rw-r--r-- | weed/command/filer_meta_tail.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/command/filer_meta_tail.go b/weed/command/filer_meta_tail.go index f055b19a8..189cacefc 100644 --- a/weed/command/filer_meta_tail.go +++ b/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 . |
