diff options
author | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-04 12:12:30 (GMT) |
---|---|---|
committer | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-04 12:12:30 (GMT) |
commit | 81bee45f6e562ffc30e1129cf00cd76444a77ce8 (patch) | |
tree | 8189c3c068bdec1f6ea8e3ca150f7ac71655d7f8 /plugins/check_by_ssh.c | |
parent | 7e2e599660083e1ce6de6d9230e456d9a4e3772d (diff) | |
download | monitoring-plugins-81bee45f6e562ffc30e1129cf00cd76444a77ce8.tar.gz |
internationalization fixes
bugfixes
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1001 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_by_ssh.c')
-rw-r--r-- | plugins/check_by_ssh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_by_ssh.c b/plugins/check_by_ssh.c index 6d0f4c2..d34b267 100644 --- a/plugins/check_by_ssh.c +++ b/plugins/check_by_ssh.c | |||
@@ -411,5 +411,5 @@ print_usage (void) | |||
411 | { | 411 | { |
412 | printf ("\n\ | 412 | printf ("\n\ |
413 | Usage: %s [-f46] [-t timeout] [-i identity] [-l user] -H <host> -C <command>\n\ | 413 | Usage: %s [-f46] [-t timeout] [-i identity] [-l user] -H <host> -C <command>\n\ |
414 | [-n name] [-s servicelist] [-O outputfile] [-p port]\n", progname); | 414 | [-n name] [-s servicelist] [-O outputfile] [-p port]\n", progname); |
415 | } | 415 | } |