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:
lissyx 2018-12-04 09:00:20 -05:00 committed by GitHub
commit d8fd6245a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: 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`.