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

Method usage

samples/metacopy.cpp:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150} // Params::getopt
151
152void Params::usage(std::ostream& os) const {
153 os << "\nReads and writes raw metadata. Use -h option for help.\n"
154 << "Usage: " << progname() << " [-iecxaph] readfile writefile\n";
155}
156
157void Params::help(std::ostream& os) const {
158 usage(os);

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected