Remove extra double-dash in error message (#2541)
Error messages should read `--main_process_port`, not `----main_process_port`. Users who copy and paste the message as it was will get this error message:
```
Accelerate CLI tool: error: unrecognized arguments: ----main_process_port
```