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 | 386138659cbae6647735d1bbf78fef1c29fb4561 (patch) | |
tree | 57c12bf0d4d743415696b39a53ae4cc66194705f /vest/mr_vest_map.cc | |
parent | dd59cf9271ecaee1a54a76e61b53e6ecb825339b (diff) |
whitespace
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@158 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'vest/mr_vest_map.cc')
-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); |