#1762: Update README.md To get a command line options, Should be --helpfull not --help

This commit is contained in:
nullbyte91 2018-12-04 19:00:56 +05:30
parent 4c54329ed9
commit 9b0ec51c5d
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ If you are brave enough, you can also include the `other` dataset, which contain
The central (Python) script is `DeepSpeech.py` in the project's root directory. For its list of command line options, you can call:
```bash
./DeepSpeech.py --help
./DeepSpeech.py --helpfull
```
To get the output of this in a slightly better-formatted way, you can also look up the option definitions top of `DeepSpeech.py`.