summaryrefslogtreecommitdiffstats
path: root/plugins/check_dbi.c
diff options
context:
space:
mode:
authorDennis <13968467+Decstasy@users.noreply.github.com>2025-11-27 16:46:45 +0100
committerGitHub <noreply@github.com>2025-11-27 16:46:45 +0100
commit40405c07f91477d22b5e505b12ea3484a7e5f50f (patch)
tree2c7778bae4eadccb632ea1892bbaf61c9fed9290 /plugins/check_dbi.c
parent052811414a7edcc6479895ddc169893e7740b28f (diff)
parent6c231f0dd8e6e07f58de155b0a879532583f4bf0 (diff)
downloadmonitoring-plugins-40405c07.tar.gz
Merge branch 'master' into check_dig_flags_feature
Diffstat (limited to 'plugins/check_dbi.c')
-rw-r--r--plugins/check_dbi.c2
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)."));