From 666df42e07d7c27391dd2a66fb82ca6b618d7e74 Mon Sep 17 00:00:00 2001 From: muxator Date: Wed, 15 Nov 2023 11:39:42 +0100 Subject: [PATCH] readme: fix typo for "-o" option (#47) If you want to output to "standard input" -> "standard output" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d03c52a..99308a5 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,7 @@ The following sub-commands are available. * `-o` * By default, the plot is output to **standard error output**. - * If you want to output to standard input, Use hyphen ` -o -` or no argument `uplot s -o | `. + * If you want to output to standard output, Use hyphen ` -o -` or no argument `uplot s -o | `. ### Output the input data