Skip to content
Snippets Groups Projects
Commit 23395dca authored by Dan Povey's avatar Dan Povey
Browse files

Change logging message for draw-tree.

git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@807 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
parent 687da184
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,9 @@ int main(int argc, char **argv) {
const char *usage =
"Outputs a decision tree description in GraphViz format\n"
"Usage: draw-tree [options] <phone-symbols> <tree>";
"Usage: draw-tree [options] <phone-symbols> <tree>\n"
"e.g.: draw-tree phones.txt tree | dot -Gsize=8,10.5 -Tps | ps2pdf - tree.pdf\n";
ParseOptions po(usage);
po.Register("query", &qry,
"a query to trace through the tree"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment