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

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