From 78b4e559645c611a257019d851c164d7e43e6dfa Mon Sep 17 00:00:00 2001 From: Andrey Bienkowski Date: Sat, 12 Feb 2022 01:59:14 +0000 Subject: [PATCH] adduser: remove invalid example (#7761) --- pages/linux/adduser.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pages/linux/adduser.md b/pages/linux/adduser.md index 157388606..732876926 100644 --- a/pages/linux/adduser.md +++ b/pages/linux/adduser.md @@ -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}}`