ソースを参照

Fix typo for "remote-protocol" flag in check_ssh

Sandor 1 年間 前
コミット
31b61cae78
1 ファイル変更1 行追加1 行削除
  1. 1 1
      plugins/check_ssh.c

+ 1 - 1
plugins/check_ssh.c

@@ -106,7 +106,7 @@ process_arguments (int argc, char **argv)
 		{"timeout", required_argument, 0, 't'},
 		{"verbose", no_argument, 0, 'v'},
 		{"remote-version", required_argument, 0, 'r'},
-		{"remote-protcol", required_argument, 0, 'P'},
+		{"remote-protocol", required_argument, 0, 'P'},
 		{0, 0, 0, 0}
 	};