From 59b81606f59e52116b28db64503f021760fe143d Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Sat, 19 Dec 2020 20:26:24 +0900 Subject: [PATCH] Fix a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3005090..fc8fa22 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ See Quick Start for `count`. If your input data contains a header line, you need to specify the `-H` option. -## How to specify the delimiter? +### How to specify the delimiter? Use the `-d` option. To specify a blank space, you can use `uplot bar -d ' ' data.txt`. The default value is tab, so you do not need to specify anything for tab-delimited text.