summaryrefslogtreecommitdiff
path: root/decoder/cdec.cc
diff options
context:
space:
mode:
authorgraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-07-09 15:12:41 +0000
committergraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-07-09 15:12:41 +0000
commitf4baa1d18527bdec27a4f122a9c52c1596332ca2 (patch)
treef6f5a6a4959303fa79c3cde925168e413723da05 /decoder/cdec.cc
parentf2c8e89b45a18bc4d16e9623d7beb96f43732453 (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.cc2
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;