Skip to content

Commit

Permalink
fix include example in help.txt (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyDew42 authored Aug 30, 2022
1 parent d8b8df1 commit c3c0c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion help/help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
$ cat log | pino-pretty -i pid,hostname

- Prettify logs but only print time and level
$ cat log | pino-pretty -i time,level
$ cat log | pino-pretty -I time,level

- Loads options from a config file
$ cat log | pino-pretty --config=/path/to/config.json
Expand Down

0 comments on commit c3c0c06

Please sign in to comment.