diff --git a/examples/hello.vl b/examples/hello.vl index cf1d16dad..39c9fedbd 100644 --- a/examples/hello.vl +++ b/examples/hello.vl @@ -25,7 +25,7 @@ * * Compile this program with the command: * - * iverilog -ohello hello.vl + * iverilog -o hello hello.vl * * After churning for a little while, the program will create the output * file "hello" which is compiled, linked and ready to run. Run this