opt->add_options()
(IMAGE_ORDER.c_str(), po::value<ImageOrder>(),
"object order [12 <= order <= 25]")
- (IMAGE_FEATURES.c_str(), po::value<ImageFeatures>()->multitoken(),
+ (IMAGE_FEATURES.c_str(), po::value<ImageFeatures>()->composing(),
("image features\n" + get_short_features_help(true)).c_str())
(IMAGE_SHARED.c_str(), po::bool_switch(), "shared image")
(IMAGE_STRIPE_UNIT.c_str(), po::value<uint32_t>(), "stripe unit")
static const std::string IMAGE_FORMAT("image-format");
static const std::string IMAGE_NEW_FORMAT("new-format");
static const std::string IMAGE_ORDER("order");
-static const std::string IMAGE_FEATURES("image-features");
+static const std::string IMAGE_FEATURES("image-feature");
static const std::string IMAGE_SHARED("image-shared");
static const std::string IMAGE_SIZE("size");
static const std::string IMAGE_STRIPE_UNIT("stripe-unit");