From 6c72e84a558ffa3923e574a894c212f5610eb209 Mon Sep 17 00:00:00 2001 From: timvisee Date: Fri, 29 Dec 2023 18:50:07 +0100 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7baa49..1bc3e7e 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ Options: -c, --count Number of concurrent threads [default: number of CPUs] -r, --fps Frames per second with multiple images [default: 1] -b, --binary Use binary mode to set pixels (`PB` protocol extension) [default: off] - -n, --no-flush Do not flush socket after each pixel [default: on] + -f, --flush Flush socket after each pixel [default: true] [default: true] [possible values: true, false] -V, --version Print version ```