From 38e14266f9dada4d74f72d048f8652b9c0c11f2b Mon Sep 17 00:00:00 2001 From: Dmitri Goutnik Date: Fri, 15 Jul 2022 13:31:55 -0500 Subject: [PATCH] fetch: update usage --- README.md | 2 +- fetch.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b60a61..b3bb1c8 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Options: -D days download logs for the last days (default: 7) -A date download only logs after this date, in RFC-3339 format (default: 2022-07-07) -N count download only recent count logs - -b builder,... download only this builder logs + -b builder,... download only logs from these builders -c category,... download only logs for these categories -o origin,... download only logs for these origins -n name,... download only logs for these port names diff --git a/fetch.go b/fetch.go index 74b6ded..8cb3877 100644 --- a/fetch.go +++ b/fetch.go @@ -24,7 +24,7 @@ Options: -D days download logs for the last days (default: {{.daysLimit}}) -A date download only logs after this date, in RFC-3339 format (default: {{.dateLimit.Format .dateFormat}}) -N count download only recent count logs - -b builder,... download only this builder logs + -b builder,... download only logs from these builders -c category,... download only logs for these categories -o origin,... download only logs for these origins -n name,... download only logs for these port names