Skip to content

correct -D (--data) example usage in manpage

tony mancill requested to merge manpage-patch into master

Hi @fbb-git . I noticed a minor typo in the manpage regarding the -D/--data option.

$ simrisc -o -d /tmp/output nWomen: 1000, seed: 20          
ArgData::ArgData(): unknown option: d

The example works correctly with -D.

Merge request reports