diff options
author | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-06 18:11:29 +0000 |
---|---|---|
committer | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-06 18:11:29 +0000 |
commit | 9087ecf10e76908a5aafbc81b29a6388344af1ab (patch) | |
tree | 38b07f9fbacf66ba59756aef589ba1563eed8d8e /vest | |
parent | 62ccb337fea21223e2d5bce0286fa847ebe7df06 (diff) |
whitespace
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@158 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'vest')
-rw-r--r-- | vest/mr_vest_map.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vest/mr_vest_map.cc b/vest/mr_vest_map.cc index 29e0d2bd..740b4c64 100644 --- a/vest/mr_vest_map.cc +++ b/vest/mr_vest_map.cc @@ -25,7 +25,7 @@ void InitCommandLine(int argc, char** argv, po::variables_map* conf) { ("reference,r",po::value<vector<string> >(), "[REQD] Reference translation (tokenized text)") ("source,s",po::value<string>(), "Source file (ignored, except for AER)") ("loss_function,l",po::value<string>()->default_value("ibm_bleu"), "Loss function being optimized") - ("input,i",po::value<string>()->default_value("-"), "Input file to map (- is STDIN)") + ("input,i",po::value<string>()->default_value("-"), "Input file to map (- is STDIN)") ("help,h", "Help"); po::options_description dcmdline_options; dcmdline_options.add(opts); |