diff options
Diffstat (limited to 'decoder')
-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; |