Fix a typo

This commit is contained in:
kojix2 2020-12-19 20:26:24 +09:00 committed by GitHub
parent b5a88e10a2
commit 59b81606f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.