Removed a needless option

This commit is contained in:
Yuta Hayashibe 2022-09-29 22:16:51 +09:00
parent e7d17c13b8
commit bcbf1f7c8b

View file

@ -61,7 +61,7 @@ You can set ``--allow-padding`` and other options.
### Client
```bash
whispering --model tiny --host ADDRESS_OF_HOST --port 8000 --mode client
whispering --host ADDRESS_OF_HOST --port 8000 --mode client
```
You can set ``-n`` and other options.