Skip to content
Snippets Groups Projects
Commit 9ae455aa authored by Jan "yenda" Trmal's avatar Jan "yenda" Trmal
Browse files

Merge pull request #789 from glorey/master

align-equal-compiled.cc: correct the usage description
parents 489a1f5b 0731b8f6
Branches
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ int main(int argc, char *argv[]) {
const char *usage = "Write an equally spaced alignment (for getting training started)"
"Usage: align-equal-compiled <graphs-rspecifier> <features-rspecifier> <alignments-wspecifier>\n"
"e.g.: \n"
" align-equal-compiled 1.mdl 1.fsts scp:train.scp ark:equal.ali\n";
" align-equal-compiled 1.fsts scp:train.scp ark:equal.ali\n";
ParseOptions po(usage);
bool binary = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment