mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Merge pull request #2324 from selfhoster1312/user_group_docs
Fix docs for `yunohost user group update` command which no longer exists
This commit is contained in:
commit
ed1071e59e
2 changed files with 6 additions and 6 deletions
|
@ -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 :
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue