Usage:
  vdb-dump --table  [options]

Options:
  -I|--row_id_on                   print row id
  -l|--line_feed        line-feed's inbetween rows
  -N|--colname_off                 do not print column-names
  -X|--in_hex                      print numbers in hex
  -T|--table                table-name
  -R|--rows                  rows (default = all)
  -C|--columns            columns (default = all)
  -S|--schema              schema-name
  -A|--schema_dump                 dumps the schema
  -E|--table_enum                  enumerates tables
  -O|--column_enum                 enumerates columns
  -D|--dna_bases        print dna-bases
  -M|--max_length      limits line length
  -i|--indent_width  indents the line
  -f|--format              dump format (csv,xml,json,piped)
  -r|--id_range                    prints id-range
  -n|--without_sra                 without sra-type-translation
  -a|--without_accession           without accession-test
  -x|--exclude                     exclude these columns
  -h|--help                        Output a brief explantion for the program.
  -V|--version                     Display the version of the program then quit.

  -L|--log-level            Logging level as number or enum string.
                                   One of (fatal|sys|int|err|warn|info) or (0-5)

                                   Current/default is warn
  -v|--verbose                     Increase the verbosity level of the program.
                                   Use multiple times for more verbosity.

vdb-dump : 1.0.4