miconda left a comment (kamailio/kamailio#4137)
These are errors because of your shell interpreter, where `-` is the start of an option for commands (e.g., `command -h`) and `;` is end of a command, which can be then followed by other commands.
You have to enclose them in single/double quotes or other type of quoting that is specified by your shell.
For further discussions on this topic, use sr-users mailing list.