From 08e2589dfd5dcc48d1088cc8bd43218c3cf5862c Mon Sep 17 00:00:00 2001 From: Mario Fink Date: Mon, 28 Jun 2021 16:38:23 +0200 Subject: [PATCH] README: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd7acc8..8deb079 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ do `imctermite sample-data.raw --listchannels`. No output files are written by default. Output files are written only when an existing (!) directory is provided as argument to the `--output` option. By default, every output file is written using a `,` delimiter. You may provide any custom separator with the -option `--delimiter`. For example, in order to use `|`, the binary is call with +option `--delimiter`. For example, in order to use `|`, the binary is called with options `imctermite sample-data.raw -b -c -s '|'`. ### Python