diff options
| -rw-r--r-- | utils/constituent_reorder_model.cc | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/constituent_reorder_model.cc b/utils/constituent_reorder_model.cc index 5a5c5546..2ff8413f 100644 --- a/utils/constituent_reorder_model.cc +++ b/utils/constituent_reorder_model.cc @@ -609,9 +609,9 @@ int main(int argc, char** argv) {        "instance_file", po::value<string>(), "Instance file path (output)")(        "model_prefix", po::value<string>(),        "Model file path prefix (output): three files will be generated")( -          "feature_cutoff", po::value<int>()->default_value(100), -                  "Feature cutoff threshold")( -      "svm_option", po::value<string>(), "Parameters for SVMLight classifier")( +      "feature_cutoff", po::value<int>()->default_value(100), +      "Feature cutoff threshold")("svm_option", po::value<string>(), +                                  "Parameters for SVMLight classifier")(        "help", "produce help message");    po::variables_map vm;  | 
