README: fix typo

This commit is contained in:
Mario Fink 2021-06-28 16:38:23 +02:00
parent d098273816
commit 08e2589dfd

View File

@ -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 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 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 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 '|'`. options `imctermite sample-data.raw -b -c -s '|'`.
### Python ### Python