diff options
author | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-09 15:12:41 +0000 |
---|---|---|
committer | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-09 15:12:41 +0000 |
commit | b6b3036d3aab27f16c194862e9e537558787f435 (patch) | |
tree | 62875c00fe76ebbeb6f10367db22e544e4016353 /decoder/cdec.cc | |
parent | 37fb01477f594f130ec235b5d855c63d48358ff4 (diff) |
-u Feature short for --usage
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@194 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'decoder/cdec.cc')
-rw-r--r-- | decoder/cdec.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/cdec.cc b/decoder/cdec.cc index 919751a2..079b270b 100644 --- a/decoder/cdec.cc +++ b/decoder/cdec.cc @@ -134,7 +134,7 @@ void InitCommandLine(int argc, char** argv, po::variables_map* confp) { clo.add_options() ("config,c", po::value<string>(), "Configuration file") ("help,h", "Print this help message and exit") - ("usage", po::value<string>(), "Describe a feature function type") + ("usage,u", po::value<string>(), "Describe a feature function type") ; po::options_description dconfig_options, dcmdline_options; |