readme: fix typo for "-o" option (#47)

If you want to output to "standard input" -> "standard output"
This commit is contained in:
muxator 2023-11-15 11:39:42 +01:00 committed by GitHub
parent a2d04dafa3
commit 666df42e07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -209,7 +209,7 @@ The following sub-commands are available.
* `-o` * `-o`
* By default, the plot is output to **standard error output**. * 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 ### Output the input data