27 static void help(std::ostream &o)
28 { o <<
"Creates XYV representation of file for displaying in a graphics program"; }
30 static void usage(
const std::string&
name, std::ostream &o)
31 { o <<
name <<
" <input-file.odb> <value-column> <output-file.odb>"; }