check_dbi: Include extra opts in help output.

This commit is contained in:
Sebastian Harl 2011-04-07 17:37:10 +02:00
parent f9a942d2a1
commit 07768fa895

View file

@ -353,6 +353,11 @@ print_help (void)
print_usage ();
printf (UT_HELP_VRSN);
/* include this conditionally to avoid 'zero-length printf format string'
* compiler warnings */
#ifdef NP_EXTRA_OPTS
printf (UT_EXTRA_OPTS);
#endif
printf ("\n");
printf (" %s\n", "-d, --driver=STRING");