Commit 29fd9b400ec835104ca6b555d95e371482e36a1b

Authored by Sytse Sijbrandij
2 parents 9114cfbb 37e21182

Merge pull request #6433 from boeserwolf91/patch-1

fixed typo at the user management help page
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
doc/raketasks/user_management.md
... ... @@ -15,7 +15,7 @@ Notes:
15 15 bundle exec rake gitlab:import:all_users_to_all_projects
16 16 ```
17 17  
18   -### Add user as a developer to all projects
  18 +### Add user as a developer to all groups
19 19  
20 20 ```
21 21 bundle exec rake gitlab:import:user_to_groups[username@domain.tld]
... ...