From fdd8b9e32a2a394c7dcd71e64e6bca8c25eda730 Mon Sep 17 00:00:00 2001
From: Ben Tomasik <tomislacker@users.noreply.github.com>
Date: Fri, 28 Feb 2014 00:10:17 -0600
Subject: [PATCH] Update user_management.md

Believe the intention was to say 'groups' instead of 'projects' here.
---
 doc/raketasks/user_management.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/raketasks/user_management.md b/doc/raketasks/user_management.md
index 38474104852..e8232082916 100644
--- a/doc/raketasks/user_management.md
+++ b/doc/raketasks/user_management.md
@@ -15,7 +15,7 @@ Notes:
 bundle exec rake gitlab:import:all_users_to_all_projects
 ```
 
-### Add user as a developer to all projects
+### Add user as a developer to all groups
 
 ```
 bundle exec rake gitlab:import:user_to_groups[username@domain.tld]
-- 
GitLab