From d36c0c2ccc831d8fcdbe3629303323178ba75d3f Mon Sep 17 00:00:00 2001 From: graehl Date: Thu, 1 Jul 2010 19:22:10 +0000 Subject: docs git-svn-id: https://ws10smt.googlecode.com/svn/trunk@92 ec762483-ff6d-05da-a07a-a48fb63a330f --- training/plftools.cc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'training/plftools.cc') 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 #include #include @@ -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); } } -- cgit v1.2.3