DOC: Added missing parameter for jail add method

This commit is contained in:
Steven Hiscocks 2014-02-24 19:05:22 +00:00
parent a9b9c6ea03
commit f68ab3c4de

View file

@ -56,6 +56,8 @@ class Jails(Mapping):
The name of the jail.
backend : str
The backend to use.
db : Fail2BanDb
Fail2Ban's persistent database instance.
Raises
------