diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-11-26 13:50:58 +0100 |
|---|---|---|
| committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-11-26 13:57:12 +0100 |
| commit | 317ee266a88bd8752113df39f12e2d133edd6802 (patch) | |
| tree | a676bd3f036767d598dbe7a8b3ecc9328e4bb360 /plugins/check_dbi.c | |
| parent | 3657197cf77ca78f6e2d003a71d48dc5d4dc45ae (diff) | |
| download | monitoring-plugins-317ee266a88bd8752113df39f12e2d133edd6802.tar.gz | |
Add output formatting option where they were forgotten
Diffstat (limited to 'plugins/check_dbi.c')
| -rw-r--r-- | plugins/check_dbi.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/check_dbi.c b/plugins/check_dbi.c index 9bc68eb3..81d92952 100644 --- a/plugins/check_dbi.c +++ b/plugins/check_dbi.c | |||
| @@ -688,6 +688,8 @@ void print_help(void) { | |||
| 688 | 688 | ||
| 689 | printf(UT_VERBOSE); | 689 | printf(UT_VERBOSE); |
| 690 | 690 | ||
| 691 | printf(UT_OUTPUT_FORMAT); | ||
| 692 | |||
| 691 | printf("\n"); | 693 | printf("\n"); |
| 692 | printf(" %s\n", _("A DBI driver (-d option) is required. If the specified metric operates")); | 694 | printf(" %s\n", _("A DBI driver (-d option) is required. If the specified metric operates")); |
| 693 | printf(" %s\n\n", _("on a query, one has to be specified (-q option).")); | 695 | printf(" %s\n\n", _("on a query, one has to be specified (-q option).")); |
