From b36b02692f66fb8a885886646b53319593c56ba1 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 10 Sep 2016 19:34:16 +0100 Subject: [PATCH] Reworded other example to aid simplicity. --- pages/linux/useradd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/useradd.md b/pages/linux/useradd.md index 1d69611e5a..b631cf2a40 100644 --- a/pages/linux/useradd.md +++ b/pages/linux/useradd.md @@ -14,7 +14,7 @@ `useradd -s {{/path/to/shell}} {{name}}` -- Create new user with supplementary groups (mind the lack of whitespace): +- Create new user belonging to additional groups (mind the lack of whitespace): `useradd -G {{group1,group2}} {{name}}`