vcd-info: What Options

 
 2.2 Options controlling what do you want shown
 ==============================================
 
 'vcd-info' is pretty flexible about the information it can show you.
 
    By default 'vcd-info' will show just about everything it can about a
 Video CD image.  There is additional information you can get using the
 option '--debug', but this is of a debugging nature.
 
    However if you specify something in particular to dump, for example
 to dump track information via command option '--show-tracks', 'vcd-info'
 switches behavior and shows you almost nothing except what you asked
 for.  I wrote "almost nothing except" rather than "nothing except"
 because by default there still is a little bit of extra information that
 is shown: delimiters between requested sections and a banner.  However
 there are options to turn these off too.  You don't have to ask for just
 one section or one item of a section at a time, you can list many
 individual items or sections together.
 
    Most of the individual items that can be shown are part of a larger
 group listed in SeeOutput Sections Output Sections.  For example to
 show the volume id of the Video CD image which resides in the PVD
 sections of output you would use the option '--show-pvd vol'.
 
    To show everything in one of these large sections you give the
 section name followed by "-all."  So to see the entire PVD section you
 would use the command option '--show-pvd-all'.
 
    To see a list of the suboptions available use the sub-option "help";
 for example to see the sub-options available for the PVD section, you
 would use the command option '--show-pvd help'.