Skip to content

Commit

Permalink
Update SSH.pm
Browse files Browse the repository at this point in the history
add missing ,
  • Loading branch information
oetiker authored Jan 31, 2025
1 parent df7a06a commit 5f7e99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Smokeping/probes/SSH.pm
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ sub probevars {
-x $val or return "ERROR: binary '$val' is not executable";
return undef;
},
}
},
init_host => {
_doc => "Host to use for initialization, defaults to IPv4 localhost of 127.0.0.1",
_example => '127.0.0.1',
Expand Down

0 comments on commit 5f7e99f

Please sign in to comment.