mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-21 20:04:11 +02:00
adduser: remove invalid example (#7761)
This commit is contained in:
parent
b816d6d850
commit
78b4e55964
1 changed files with 0 additions and 4 deletions
|
@ -22,7 +22,3 @@
|
||||||
- Create a new user belonging to the specified group:
|
- Create a new user belonging to the specified group:
|
||||||
|
|
||||||
`adduser --ingroup {{group}} {{username}}`
|
`adduser --ingroup {{group}} {{username}}`
|
||||||
|
|
||||||
- Add an existing user to the specified group:
|
|
||||||
|
|
||||||
`adduser {{username}} {{group}}`
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue