adduser: remove invalid example (#7761)

feature/windows-fix-syntax-2
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
1 changed files with 0 additions and 4 deletions

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}}`