mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-28 09:36:56 -04:00
check_dbi: Include extra opts in help output.
This commit is contained in:
parent
f9a942d2a1
commit
07768fa895
1 changed files with 5 additions and 0 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in a new issue