| 235 | } |
| 236 | |
| 237 | void Params::usage(std::ostream& os) const { |
| 238 | os << _("Usage:") << " " << progname() << " " << _("[ option [ arg ] ]+ [ action ] file ...\n\n") |
| 239 | << _("Image metadata manipulation tool.\n"); |
| 240 | } |
| 241 | |
| 242 | void Params::help(std::ostream& os) const { |
| 243 | usage(os); |