Skip to content

Commit

Permalink
readme: fix typo for "-o" option
Browse files Browse the repository at this point in the history
If you want to output to "standard input" -> "standard output"
  • Loading branch information
muxator authored Nov 15, 2023
1 parent a2d04da commit ba78070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ba78070

Please sign in to comment.