Skip to content

Commit

Permalink
fetch: update usage
Browse files Browse the repository at this point in the history
  • Loading branch information
dmgk committed Jul 15, 2022
1 parent 7325858 commit 38e1426
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion fetch.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 38e1426

Please sign in to comment.