riscv-software-src / riscof

BSD 3-Clause "New" or "Revised" License
61 stars 39 forks source link

Typo in instructions - "riscof arch-tests" command is wrong #70

Open gsmecher opened 1 year ago

gsmecher commented 1 year ago

In the following documentation section:

https://github.com/riscv-software-src/riscof/blob/69b57e14a01b8e1eb5249ca757f3d08a1a6e2c72/docs/source/installation.rst#cloning-the-architectural-tests

...the command

$ riscof --verbose info arch-tests --clone

should be

$ riscof --verbose info arch-test --clone

(without the plural on "arch-test")

gsmecher commented 1 year ago

Apologies - this is already fixed by #57

algrobman commented 1 year ago

I still see this mistake in online documentation

christian-herber-nxp commented 8 months ago

I still see this mistake in online documentation

dito. would be good to get fixed so not everybody has to stumble over this.