adamburkegh / toothpaste

Discovery algorithm implementation of "toothpaste" stochastic process model miner
GNU General Public License v3.0
2 stars 0 forks source link

Help for log format spelling error #3

Closed adamburkegh closed 4 months ago

adamburkegh commented 4 months ago
$ ./toothpaste.exe --help
Toothpaste Miner 0.9.3.0, 2020-22 (GPL)

toothpasteargs [OPTIONS]
  Discover stochastic models from event logs

Common flags:
  -l --logformat=ITEM      Event log format. Valid values dt or dtct

The value (acronym) for a double comma-separated delimited trace log is dcdt, not dtct as described in the help.

Thanks to Henrik Falke for raising.

adamburkegh commented 4 months ago

Fixed