Minor spelling fix.

This commit is contained in:
Ryan Curtin
2012-01-19 16:42:14 +00:00
parent 8fe1b15552
commit 7c21bdfa4e
+1 -1
View File
@@ -27,7 +27,7 @@ PROGRAM_INFO("Hidden Markov Model (HMM) Training", "This program allows a "
"--model_file.");
PARAM_STRING_REQ("input_file", "File containing input observations.", "i");
PARAM_STRING_REQ("type", "Type of HMM: discrete | gaussian | gmm", "t");
PARAM_STRING_REQ("type", "Type of HMM: discrete | gaussian | gmm.", "t");
PARAM_FLAG("batch", "If true, input_file (and if passed, labels_file) are "
"expected to contain a list of files to use as input observation sequences "