/**
  \page CommandFramecppDumpChannel framecpp_dump_channel
  <p>
  <b>Usage:</b> framecpp_dump_channel [options] <em>file</em> [<em>file</em> ...]
  <p>
    This command will dump the contents of the selected channels for each of the requested files.

  <TABLE>
    <TR>
      <TH><CENTER>Option</CENTER></TH>
      <TH><CENTER>Description</CENTER></TH>
    </TR>
    <TR>
      <TD>--use-mmap</TD>
      <TD>
        Use memory mapped io. (Default: disabled )
      </TD>
    </TR>
    <TR>
      <TD>--toc-opt</TD>
      <TD>
        Use table of contents optimization. (Default: disabled )
      </TD>
    </TR>
    <TR>
      <TD>--silent-data</TD>
      <TD>
        Supress the output of the data element of the FrVect structure. (Default: verbose )
      </TD>
    </TR>
    <TR>
      <TD>--raw</TD>
      <TD>
        Dumps the data without decompressing. (Default: disabled )
      </TD>
    </TR>
    <TR>
      <TD>--list-channels</TD>
      <TD>
        Display a list of channels.
      </TD>
    </TR>
    <TR>
      <TD>--help</TD>
      <TD>
        Display this message
      </TD>
    </TR>
    <TR>
      <TD>--channel</TD>
      <TD>
        Specify a channel.
      </TD>
    </TR>
    <TR>
      <TD>--bs</TD>
      <TD>
        Number of 1k blocks to use for io. (Default: 1024 )
      </TD>
    </TR>
  </TABLE>
*/
