/**
  \page CommandFramecppChecksum framecpp_checksum
  <p>
  <b>Usage:</b> framecpp_checksum [options] <em>file</em> [<em>file</em> ...]
  <p>
    This verify 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-structure</TD>
      <TD>
        Enable validation of the structure checksums.
      </TD>
    </TR>
    <TR>
      <TD>--checksum-frame</TD>
      <TD>
        Enable validation of the frame checksums.
      </TD>
    </TR>
    <TR>
      <TD>--checksum-file</TD>
      <TD>
        Enable validation of the file checksum.
      </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>--relax-eof-checksum</TD>
      <TD>
        Accepts files that lack an end of file checksum. (Default: disabled )
      </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>
*/
