1
0
Fork 0
mirror of https://github.com/YunoHost/doc.git synced 2024-09-03 20:06:26 +02:00

Fix docs for yunohost user group update command which no longer exists

This commit is contained in:
selfhoster1312 2023-08-26 14:48:06 +02:00
parent f9a905f498
commit c32adf850e
2 changed files with 6 additions and 6 deletions
pages/02.administer/15.admin_guide/20.users/05.groups_and_permissions

View file

@ -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` : En ligne de commande, utilisez la commande suivante pour ajouter `charlie` et `delphine` au groupe `yolo_crew` :
```shell ```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 : Dans la liste des groupes, nous devrions voir :

View file

@ -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: In CLI, use the following command to add `charlie` and `delphine`to the `yolo_crew` group:
```shell ```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: Now in the group list we should see: