summaryrefslogtreecommitdiffstats
path: root/plugins/check_by_ssh.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_by_ssh.c')
-rw-r--r--plugins/check_by_ssh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_by_ssh.c b/plugins/check_by_ssh.c
index d1cbf93..1675071 100644
--- a/plugins/check_by_ssh.c
+++ b/plugins/check_by_ssh.c
@@ -262,7 +262,7 @@ process_arguments (int argc, char **argv)
262 asprintf (&comm, "%s -%c", comm, c); 262 asprintf (&comm, "%s -%c", comm, c);
263 break; 263 break;
264 default: /* help */ 264 default: /* help */
265 usage_va(_("Unknown argument - %s"), optarg); 265 usage5();
266 } 266 }
267 } 267 }
268 268