Skip to content

Commit 29505ff

Browse files
Copilotmiaulalala
andauthored
doc(occ): rename group beer to milliways in examples
Agent-Logs-Url: https://github.com/nextcloud/documentation/sessions/1b0b2d54-8722-471f-aad7-969406670f27 Co-authored-by: miaulalala <7427347+miaulalala@users.noreply.github.com>
1 parent 1ff8fe1 commit 29505ff

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

admin_manual/occ_users.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -385,15 +385,15 @@ command. The syntax is::
385385

386386
group:adduser <gid> <uid1> [uid2 ... uidN]
387387

388-
This example adds the users "denis", "dora" and "daisy" to the existing group "beer"::
388+
This example adds the users "denis", "dora" and "daisy" to the existing group "milliways"::
389389

390-
sudo -E -u www-data php occ group:adduser beer denis dora daisy
390+
sudo -E -u www-data php occ group:adduser milliways denis dora daisy
391391

392392
You can remove one or more users from the group with the ``group:removeuser`` command.
393393
This example removes the existing users "denis", "dora" and "daisy" from the existing
394-
group "beer"::
394+
group "milliways"::
395395

396-
sudo -E -u www-data php occ group:removeuser beer denis dora daisy
396+
sudo -E -u www-data php occ group:removeuser milliways denis dora daisy
397397

398398
group:delete
399399
^^^^^^^^^^^^

0 commit comments

Comments
 (0)