From f4baa1d18527bdec27a4f122a9c52c1596332ca2 Mon Sep 17 00:00:00 2001 From: graehl Date: Fri, 9 Jul 2010 15:12:41 +0000 Subject: -u Feature short for --usage git-svn-id: https://ws10smt.googlecode.com/svn/trunk@194 ec762483-ff6d-05da-a07a-a48fb63a330f --- decoder/cdec.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(), "Configuration file") ("help,h", "Print this help message and exit") - ("usage", po::value(), "Describe a feature function type") + ("usage,u", po::value(), "Describe a feature function type") ; po::options_description dconfig_options, dcmdline_options; -- cgit v1.2.3