Update readme

This commit is contained in:
Leonetienne
2022-04-28 12:19:55 +02:00
parent 1f34e90b9e
commit 94d79b9a0d

View File

@@ -336,7 +336,7 @@ Type mismatch:
$ a.out --width "about 3 meters"
<< --help page gets printed here aswell >>
Parameter error: Cannot convert parameter --width to type FLOAT. You supplied type: VOID.
Parameter error: Cannot convert parameter --width to type FLOAT. You supplied type: STRING.
--width => The width of something...
```