1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-21 13:55:42 +02:00

adduser: remove invalid example (#7761)

This commit is contained in:
Andrey Bienkowski 2022-02-12 01:59:14 +00:00 committed by GitHub
parent b816d6d850
commit 78b4e55964
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,3 @@
- Create a new user belonging to the specified group:
`adduser --ingroup {{group}} {{username}}`
- Add an existing user to the specified group:
`adduser {{username}} {{group}}`