diff --git a/pages/02.administer/15.admin_guide/20.users/05.groups_and_permissions/groups_and_permissions.fr.md b/pages/02.administer/15.admin_guide/20.users/05.groups_and_permissions/groups_and_permissions.fr.md index 90ce28c7..e907cc91 100644 --- a/pages/02.administer/15.admin_guide/20.users/05.groups_and_permissions/groups_and_permissions.fr.md +++ b/pages/02.administer/15.admin_guide/20.users/05.groups_and_permissions/groups_and_permissions.fr.md @@ -87,10 +87,10 @@ Pour supprimer un utilisateur, cliquez sur la croix à côté de son nom d'utili En ligne de commande, utilisez la commande suivante pour ajouter `charlie` et `delphine` au groupe `yolo_crew` : ```shell -$ yunohost user group update yolo_crew --add charlie delphine +$ yunohost user group add yolo_crew charlie delphine ``` -(De même, `--remove` peut être utilisé pour retirer des membres d'un groupe.) +(De même, `remove` peut être utilisé pour retirer des membres d'un groupe.) Dans la liste des groupes, nous devrions voir : @@ -260,4 +260,4 @@ $ yunohost user group info admins Il est possible de les ajouter avec l'action `add-mailalias` ou de les enlever avec `remove-mailalias`. ```shell $ yunohost user group add-mailalias <groupe> <adresse@domaine.tld> -``` \ No newline at end of file +``` diff --git a/pages/02.administer/15.admin_guide/20.users/05.groups_and_permissions/groups_and_permissions.md b/pages/02.administer/15.admin_guide/20.users/05.groups_and_permissions/groups_and_permissions.md index 32ac2649..587d25ac 100644 --- a/pages/02.administer/15.admin_guide/20.users/05.groups_and_permissions/groups_and_permissions.md +++ b/pages/02.administer/15.admin_guide/20.users/05.groups_and_permissions/groups_and_permissions.md @@ -90,10 +90,10 @@ To remove a user, click on the cross next to their username, in the group panel. In CLI, use the following command to add `charlie` and `delphine`to the `yolo_crew` group: ```shell -$ yunohost user group update yolo_crew --add charlie delphine +$ yunohost user group add yolo_crew charlie delphine ``` -(similarly, `--remove` can be used to remove members from a group) +(similarly, `remove` can be used to remove members from a group) Now in the group list we should see: @@ -260,4 +260,4 @@ $ yunohost user group info admins To add a new mail, use the action `add-mailalias` or `remove-mailalias` to delete it. ```shell $ yunohost user group add-mailalias <group> <address@domaine.tld> -``` \ No newline at end of file +```