/**
  \page CommandFramecppVerify framecpp_verify
  <p>
  <b>Usage:</b> framecpp_verify [options] <em>file</em> [<em>file</em> ...]
  <p>
    This verifies the contents of each file on the command line.

  <TABLE>
    <TR>
      <TH><CENTER>Option</CENTER></TH>
      <TH><CENTER>Description</CENTER></TH>
    </TR>
    <TR>
      <TD>--bs</TD>
      <TD>
        Number of 1k blocks to use for io. (Default: 256 )
      </TD>
    </TR>
    <TR>
      <TD>--use-mmap</TD>
      <TD>
        Use memory mapped io. (Default: disabled )
      </TD>
    </TR>
    <TR>
      <TD>--checksum-frames</TD>
      <TD>
        Run checksums on individual frames. (Default: no )
      </TD>
    </TR>
    <TR>
      <TD>--checksum-file-only</TD>
      <TD>
        Only validate the file checksum. (Default: no )
      </TD>
    </TR>
    <TR>
      <TD>--verbose</TD>
      <TD>
        Display file name and exit status of each file processed. If it appears multiple times on the command line, the level of verbosity will increase. (Default: silent )
      </TD>
    </TR>
    <TR>
      <TD>--no-metadata-check</TD>
      <TD>
        Disable the checking of the frame's meta data. (Default: no check )
      </TD>
    </TR>
    <TR>
      <TD>--metadata-check</TD>
      <TD>
        Enable the checking of the frame's meta data. (Default: no check )
      </TD>
    </TR>
    <TR>
      <TD>--check-for-duplicate-channel-names</TD>
      <TD>
        Check for duplicate channel names within a frame (Default: check )
      </TD>
    </TR>
    <TR>
      <TD>--data-valid-all</TD>
      <TD>
        Check the dataValid bit in FrAdcData structures for non-zero values. This reports all channels with non-zero dataValid values. (Default: first only )
      </TD>
    </TR>
    <TR>
      <TD>--data-valid</TD>
      <TD>
        Check the dataValid bit in FrAdcData structures for non-zero values (Default: no check )
      </TD>
    </TR>
    <TR>
      <TD>--collect-all-errors</TD>
      <TD>
        Collect all errors associated with the stream (Default: first )
      </TD>
    </TR>
    <TR>
      <TD>--relax-eof-checksum</TD>
      <TD>
        Accepts file that lack an end of file checksum. (Default: disabled )
      </TD>
    </TR>
    <TR>
      <TD>--relax</TD>
      <TD>
        Use a relaxed interpretation of the frame specification (Default: false )
      </TD>
    </TR>
    <TR>
      <TD>--force</TD>
      <TD>
        Verify each of the files instead of exiting on first exit. (Default: false )
      </TD>
    </TR>
    <TR>
      <TD>--help</TD>
      <TD>
        Display this message
      </TD>
    </TR>
  </TABLE>
*/
