From 9b0ec51c5dd207c433dd9883ba33c028ccffa64c Mon Sep 17 00:00:00 2001 From: nullbyte91 Date: Tue, 4 Dec 2018 19:00:56 +0530 Subject: [PATCH] #1762: Update README.md To get a command line options, Should be --helpfull not --help --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9403b7a..9fb11a85 100644 --- a/README.md +++ b/README.md @@ -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`.