Usage:
  vdb-dump <path> [options]

Options:
  -I|--row_id_on                   print row id
  -l|--line_feed <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>               table-name
  -R|--rows <rows>                 rows (default = all)
  -C|--columns <columns>           columns (default = all)
  -S|--schema <schema>             schema-name
  -A|--schema_dump                 dumps the schema
  -E|--table_enum                  enumerates tables
  -O|--column_enum                 enumerates columns in extended form
  -o|--column_enum_short           enumerates columns in short form 
  -D|--dna_bases <dna_bases>       print dna-bases
  -M|--max_length <max_length>     limits line length
  -i|--indent_width <indent_width> indents the line
  -f|--format <format>             dump format (csv,xml,json,piped,tab)
  -r|--id_range                    prints id-range
  -n|--without_sra                 without sra-type-translation
  -a|--without_accession           without accession-test
  -x|--exclude                     exclude these columns
  -b|--boolean                     defines how boolean's are printed (1,T) 

  -h|--help                        Output a brief explantion for the program.
  -V|--version                     Display the version of the program then quit.
  -L|--log-level <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.