MCPcopy Create free account
hub / github.com/Exiv2/exiv2 / usage

Method usage

app/exiv2.cpp:237–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected