dbconfig-load-include --version (return code: 0)
dbconfig-load-include v$
copyright (c) 2005 sean finney <seanius@debian.org>
dbconfig-load-include --help (return code: 0)
dbconfig-load-include v$
copyright (c) 2005 sean finney <seanius@debian.org>
usage: dbconfig-load-include [-hv] [-a] [-d[varname]] [-u[varname]] [-p[varname]] [-s[varname]] [-P[varname]] [-t[varname]] -f format infile
infile use the given dbconfig-common config file as input
-f|--format use the given output format (must be specified)
-a|--all include all information in output (default)
-b|--basepath include the basepath in the output
-d|--dbname include the dbname in the output
-p|--dbpass include the dbpass in the output
-s|--dbserver include the dbserver in the output
-P|--dbport include the dbport in the output
-u|--dbuser include the dbuser in the output
-t|--dbtype include the dbtype in the output
-h|--help display this helpful message
-v|--version output the version and exit
format is one of a list of include-file style formats for various
programming languages. the current list includes:
sh - /bin/sh style include file
perl - perl parseable include file
php - php parseable include file
exec - run the file as a script and interpret its output.