Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
darold committed Dec 8, 2024
1 parent 55b53d0 commit 2dc6c16
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -210,11 +210,11 @@ SYNOPSIS
Can be used multiple time.
--include-session ID : only report events related to the session id (%c).
Can be used multiple time.
--histogram-query VAL : use custom inbounds for query times histogram.
Default inbounds in miliseconds:
--histogram-query VAL : use custom inbound for query times histogram.
Default inbound in milliseconds:
0,1,5,10,25,50,100,500,1000,10000
--histogram-session VAL : use custom inbounds for session times histogram.
Default inbounds in miliseconds:
--histogram-session VAL : use custom inbound for session times histogram.
Default inbound in milliseconds:
0,500,1000,30000,60000,600000,1800000,3600000,28800000

pgBadger is able to parse a remote log file using a passwordless ssh
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,11 +229,11 @@ Options:
Can be used multiple time.
--include-session ID : only report events related to the session id (%c).
Can be used multiple time.
--histogram-query VAL : use custom inbounds for query times histogram.
Default inbounds in miliseconds:
--histogram-query VAL : use custom inbound for query times histogram.
Default inbound in milliseconds:
0,1,5,10,25,50,100,500,1000,10000
--histogram-session VAL : use custom inbounds for session times histogram.
Default inbounds in miliseconds:
--histogram-session VAL : use custom inbound for session times histogram.
Default inbound in milliseconds:
0,500,1000,30000,60000,600000,1800000,3600000,28800000

pgBadger is able to parse a remote log file using a passwordless ssh connection.
Expand Down
8 changes: 4 additions & 4 deletions doc/pgBadger.pod
Original file line number Diff line number Diff line change
Expand Up @@ -212,11 +212,11 @@ Options:
Can be used multiple time.
--include-session ID : only report events related to the session id (%c).
Can be used multiple time.
--histogram-query VAL : use custom inbounds for query times histogram.
Default inbounds in miliseconds:
--histogram-query VAL : use custom inbound for query times histogram.
Default inbound in milliseconds:
0,1,5,10,25,50,100,500,1000,10000
--histogram-session VAL : use custom inbounds for session times histogram.
Default inbounds in miliseconds:
--histogram-session VAL : use custom inbound for session times histogram.
Default inbound in milliseconds:
0,500,1000,30000,60000,600000,1800000,3600000,28800000

pgBadger is able to parse a remote log file using a passwordless ssh connection.
Expand Down
8 changes: 4 additions & 4 deletions pgbadger
Original file line number Diff line number Diff line change
Expand Up @@ -2290,11 +2290,11 @@ Options:
Can be used multiple time.
--include-session ID : only report events related to the session id (\%c).
Can be used multiple time.
--histogram-query VAL : use custom inbounds for query times histogram.
Default inbounds in miliseconds:
--histogram-query VAL : use custom inbound for query times histogram.
Default inbound in milliseconds:
0,1,5,10,25,50,100,500,1000,10000
--histogram-session VAL : use custom inbounds for session times histogram.
Default inbounds in miliseconds:
--histogram-session VAL : use custom inbound for session times histogram.
Default inbound in milliseconds:
0,500,1000,30000,60000,600000,1800000,3600000,28800000

pgBadger is able to parse a remote log file using a passwordless ssh connection.
Expand Down

0 comments on commit 2dc6c16

Please sign in to comment.