Skip to content

Commit 3c05a0c

Browse files
committed
fix typo
- signed-off-by: trimstray <trimstray@gmail.com>
1 parent b1ba3a8 commit 3c05a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/HELPERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5384,7 +5384,7 @@ _fd="access.log"
53845384
tail -F "$_fd" | pv -lr >/dev/null
53855385
53865386
# https://serverfault.com/a/641552
5387-
tail -F "$_fd" | pv --line-mode --rate --timer --average-rate -b > /dev/null
5387+
tail -F "$_fd" | pv --line-mode --rate --timer --average-rate -b >/dev/null
53885388
53895389
# - add `head -n X` to the end to limit the result
53905390
# - add this to the end for print header:

0 commit comments

Comments
 (0)