mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] documentation was lying
This commit is contained in:
parent
4543a23a92
commit
021a989c03
1 changed files with 2 additions and 5 deletions
|
@ -38,13 +38,10 @@ logger = getActionLogger('yunohost.journals')
|
||||||
|
|
||||||
def journals_list(limit=None):
|
def journals_list(limit=None):
|
||||||
"""
|
"""
|
||||||
List domains
|
List available journals
|
||||||
|
|
||||||
Keyword argument:
|
Keyword argument:
|
||||||
filter -- LDAP filter used to search
|
limit -- Maximum number of journals per categories
|
||||||
offset -- Starting number for domain fetching
|
|
||||||
limit -- Maximum number of domain fetched
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
result = {"categories": []}
|
result = {"categories": []}
|
||||||
|
|
Loading…
Add table
Reference in a new issue