summaryrefslogtreecommitdiff
path: root/training/plftools.cc
diff options
context:
space:
mode:
authorgraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-07-01 19:22:10 +0000
committergraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-07-01 19:22:10 +0000
commitd36c0c2ccc831d8fcdbe3629303323178ba75d3f (patch)
treef1550aeb0e45fd15f5a90ce6127a5c787315b18b /training/plftools.cc
parent75153dfed4623ac3e5da76675bb2475dd631d22b (diff)
docs
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@92 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'training/plftools.cc')
-rw-r--r--training/plftools.cc6
1 files changed, 5 insertions, 1 deletions
diff --git a/training/plftools.cc b/training/plftools.cc
index 903ec54f..d58e0b43 100644
--- a/training/plftools.cc
+++ b/training/plftools.cc
@@ -1,3 +1,7 @@
+char const* NOTES =
+ "Process (PLF format) lattice: sharpen distribution, nbest, graphviz, push weights\n"
+ ;
+
#include <iostream>
#include <fstream>
#include <vector>
@@ -33,7 +37,7 @@ void InitCommandLine(int argc, char** argv, po::variables_map* conf) {
po::notify(*conf);
if (conf->count("help") || conf->count("input") == 0) {
- cerr << dcmdline_options << endl;
+ cerr << dcmdline_options << endl << NOTES << endl;
exit(1);
}
}