Merge pull request #1763 from nullbyte91/Issue_1762_ReadMe_update
#1762: Update README.md To get a command line options, Should be --helpfull not --help
This commit is contained in:
commit
d8fd6245a8
|
@ -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:
|
The central (Python) script is `DeepSpeech.py` in the project's root directory. For its list of command line options, you can call:
|
||||||
|
|
||||||
```bash
|
```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`.
|
To get the output of this in a slightly better-formatted way, you can also look up the option definitions top of `DeepSpeech.py`.
|
||||||
|
|
Loading…
Reference in New Issue