| 150 | } // Params::getopt |
| 151 | |
| 152 | void 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 | |
| 157 | void Params::help(std::ostream& os) const { |
| 158 | usage(os); |