Browse Source

Reworded other example to aid simplicity.

Starbeamrainbowlabs 8 years ago
parent
commit
b36b02692f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/linux/useradd.md

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