summaryrefslogtreecommitdiff
path: root/decoder/cdec.cc
diff options
context:
space:
mode:
authorgraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-08-07 00:31:04 +0000
committergraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-08-07 00:31:04 +0000
commite2ef62dc50b9795fc801f97aba7bac8c80bb7c54 (patch)
tree7a9f07d86555c4214c794beaeb3a8e105ed0a0f8 /decoder/cdec.cc
parenta59730198f86abaf2872d07de149b0b21a120a8b (diff)
usage for FSA features
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@485 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'decoder/cdec.cc')
-rw-r--r--decoder/cdec.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/decoder/cdec.cc b/decoder/cdec.cc
index e896a484..a7c99307 100644
--- a/decoder/cdec.cc
+++ b/decoder/cdec.cc
@@ -200,14 +200,14 @@ void InitCommandLine(int argc, char** argv, OracleBleu &ob, po::variables_map* c
if (conf.count("list_feature_functions")) {
cerr << "Available feature functions (specify with -F; describe with -u FeatureName):\n";
ff_registry.DisplayList();
- cerr << "Available feature functions (specify with --fsa_feature_function):\n";
+ cerr << "Available FSA feature functions (specify with --fsa_feature_function):\n";
fsa_ff_registry.DisplayList();
cerr << endl;
exit(1);
}
if (conf.count("usage")) {
- cout<<ff_registry.usage(str("usage",conf),true,true)<<endl;
+ ff_usage(str("usage",conf));
exit(0);
}
if (conf.count("help")) {