diff --git a/legacy/embryo/examples/example.sma b/legacy/embryo/examples/example.sma index 1fcef1c380..c84a40b31b 100644 --- a/legacy/embryo/examples/example.sma +++ b/legacy/embryo/examples/example.sma @@ -1,7 +1,7 @@ #include "example.inc" /* To compile: - * embryo_cc ./example.sma -oexample.amx + * embryo_cc ./example.sma -o example.amx * * To test run: * embryo ./example.amx diff --git a/legacy/embryo/examples/recurse.sma b/legacy/embryo/examples/recurse.sma index 4b4be566c9..709903c210 100644 --- a/legacy/embryo/examples/recurse.sma +++ b/legacy/embryo/examples/recurse.sma @@ -1,7 +1,7 @@ #include "recurse.inc" /* To compile: - * embryo_cc ./recurse.sma -orecurse.amx + * embryo_cc ./recurse.sma -o recurse.amx * * To test run: * embryo ./recurse.amx diff --git a/legacy/embryo/examples/test.sma b/legacy/embryo/examples/test.sma index 9c08cb422e..cd07aaed85 100644 --- a/legacy/embryo/examples/test.sma +++ b/legacy/embryo/examples/test.sma @@ -3,7 +3,7 @@ /* This is ugly - please ignore this code! */ /* To compile: - * embryo_cc ./test.sma -otest.amx + * embryo_cc ./test.sma -o test.amx * * To test run: * embryo ./test.amx