diff options
author | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-03 16:56:27 (GMT) |
---|---|---|
committer | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-03 16:56:27 (GMT) |
commit | 2ad398d2e04717ce3a6a8fb869e855c42581a30a (patch) | |
tree | a9230435f6a718f6b52e0c909846557bf19ce6b5 /plugins/check_ups.c | |
parent | fa002886e390f5cc603021e422be3c319a1040ea (diff) | |
download | monitoring-plugins-2ad398d2e04717ce3a6a8fb869e855c42581a30a.tar.gz |
fixes for internationalization
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@990 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_ups.c')
-rw-r--r-- | plugins/check_ups.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/check_ups.c b/plugins/check_ups.c index 3e538bc..ee373cb 100644 --- a/plugins/check_ups.c +++ b/plugins/check_ups.c | |||
@@ -647,8 +647,8 @@ http://www.networkupstools.org\n\n")); | |||
647 | void | 647 | void |
648 | print_usage (void) | 648 | print_usage (void) |
649 | { | 649 | { |
650 | printf (_("\ | 650 | printf ("\ |
651 | Usage: %s -H host -u ups [-p port] [-v variable]\n\ | 651 | Usage: %s -H host -u ups [-p port] [-v variable]\n\ |
652 | [-wv warn_value] [-cv crit_value] [-to to_sec] [-T]\n"), progname); | 652 | [-wv warn_value] [-cv crit_value] [-to to_sec] [-T]\n", progname); |
653 | printf (_(UT_HLP_VRS), progname, progname); | 653 | printf (UT_HLP_VRS, progname, progname); |
654 | } | 654 | } |