diff options
author | Tobias Oetiker <tobi@oetiker.ch> | 2012-02-02 23:34:38 +0100 |
---|---|---|
committer | Tobias Oetiker <tobi@oetiker.ch> | 2012-02-02 23:34:38 +0100 |
commit | 8c8ed47542783991ed4639783607334f2e52bb70 (patch) | |
tree | b851054940184a9be268f4fd1a1aa62cb2cb9c3a /lib/Smokeping | |
parent | f18024c3a610238aaf7d7101308367f72bc75e7d (diff) | |
download | smokeping-8c8ed47542783991ed4639783607334f2e52bb70.tar.gz smokeping-8c8ed47542783991ed4639783607334f2e52bb70.tar.xz |
fix documentation
Diffstat (limited to 'lib/Smokeping')
-rw-r--r-- | lib/Smokeping/probes/SipSak.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping/probes/SipSak.pm b/lib/Smokeping/probes/SipSak.pm index a5b8a98..9e6c3a2 100644 --- a/lib/Smokeping/probes/SipSak.pm +++ b/lib/Smokeping/probes/SipSak.pm @@ -116,7 +116,7 @@ sub targetvars { _doc => "additional sipsak options. The options will get split on space.", _example => '--numeric --password=mysecret' }, - full_test => { + keep_second => { _doc => "If OPTIONS is actually implemented by the server, SipSak will receive two responses. If this option is set, the timeing from the second, final response will be counter", _example => 'yes', _re => 'yes|no' |