mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix user_group_add/remove description
This commit is contained in:
parent
ce64a6380a
commit
1468073f79
1 changed files with 2 additions and 2 deletions
|
@ -264,7 +264,7 @@ user:
|
|||
|
||||
### user_group_add()
|
||||
add:
|
||||
action_help: Update group
|
||||
action_help: Add users to group
|
||||
api: PUT /users/groups/<groupname>/add/<usernames>
|
||||
arguments:
|
||||
groupname:
|
||||
|
@ -280,7 +280,7 @@ user:
|
|||
|
||||
### user_group_remove()
|
||||
remove:
|
||||
action_help: Update group
|
||||
action_help: Remove users from group
|
||||
api: PUT /users/groups/<groupname>/remove/<usernames>
|
||||
arguments:
|
||||
groupname:
|
||||
|
|
Loading…
Add table
Reference in a new issue