diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2022-12-19 16:15:49 (GMT) |
---|---|---|
committer | waja <waja@users.noreply.github.com> | 2022-12-20 09:19:10 (GMT) |
commit | 28553e8d1cc56de12e4c9f7705a92f0e0e86d9d9 (patch) | |
tree | 63dbe115daa248e7900f36f8758932fc36046c39 /plugins/check_apt.c | |
parent | dd249c5d4bbce1c1250322dab8c8d0d69b0dca34 (diff) | |
download | monitoring-plugins-28553e8d1cc56de12e4c9f7705a92f0e0e86d9d9.tar.gz |
Fix unknown escape sequence error output
Diffstat (limited to 'plugins/check_apt.c')
-rw-r--r-- | plugins/check_apt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_apt.c b/plugins/check_apt.c index d7be575..f70fec1 100644 --- a/plugins/check_apt.c +++ b/plugins/check_apt.c | |||
@@ -530,7 +530,7 @@ print_help (void) | |||
530 | printf (" %s\n", _("this REGEXP, the plugin will return CRITICAL status. Can be specified")); | 530 | printf (" %s\n", _("this REGEXP, the plugin will return CRITICAL status. Can be specified")); |
531 | printf (" %s\n", _("multiple times like above. Default is a regexp matching security")); | 531 | printf (" %s\n", _("multiple times like above. Default is a regexp matching security")); |
532 | printf (" %s\n", _("upgrades for Debian and Ubuntu:")); | 532 | printf (" %s\n", _("upgrades for Debian and Ubuntu:")); |
533 | printf (" \t\%s\n", SECURITY_RE); | 533 | printf (" \t%s\n", SECURITY_RE); |
534 | printf (" %s\n", _("Note that the package must first match the include list before its")); | 534 | printf (" %s\n", _("Note that the package must first match the include list before its")); |
535 | printf (" %s\n", _("information is compared against the critical list.")); | 535 | printf (" %s\n", _("information is compared against the critical list.")); |
536 | printf (" %s\n", "-o, --only-critical"); | 536 | printf (" %s\n", "-o, --only-critical"); |