Merge pull request #5862 from joachifm/fix-pingLimit-example

firewall service: fix pingLimit example value
This commit is contained in:
lethalman 2015-01-20 10:04:53 +01:00
commit 364e308a54

View File

@ -356,7 +356,7 @@ in
'' ''
If pings are allowed, this allows setting rate limits If pings are allowed, this allows setting rate limits
on them. If non-null, this option should be in the form on them. If non-null, this option should be in the form
of flags like "-limit 1/minute -limit-burst 5" of flags like "--limit 1/minute --limit-burst 5"
''; '';
}; };