@jaime.sangcap it's because you cannot put command lines options after -c w/ the exception of -r
this is common misunderstanding from users less familiar w/ Clojure execution from the shell
if you start a REPL what you often want to do is pass those CLI arguments to the REPL
so move the --host before -r as well as -ro and your good
--help is also probably something that should be read over closely - it's short but should note these finer points