Commit 37e211822ea1abda42c7051019f25433a772e209
1 parent
b2cab1c5
Exists in
spb-stable
and in
3 other branches
fixed typo in 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] | ... | ... |