diff options
author | Sytse Sijbrandij <sytses@gmail.com> | 2014-02-28 13:56:06 +0100 |
---|---|---|
committer | Sytse Sijbrandij <sytses@gmail.com> | 2014-02-28 13:56:06 +0100 |
commit | 29fd9b400ec835104ca6b555d95e371482e36a1b (patch) | |
tree | 60cbf504893760ef4393bbeaeb32a1a554056ed0 | |
parent | 9114cfbb0a27c57d38c520384976cd9f770947df (diff) | |
parent | 37e211822ea1abda42c7051019f25433a772e209 (diff) | |
download | gitlab-ce-29fd9b400ec835104ca6b555d95e371482e36a1b.tar.gz |
Merge pull request #6433 from boeserwolf91/patch-1
fixed typo at the user management help page
-rw-r--r-- | doc/raketasks/user_management.md | 2 |
1 files changed, 1 insertions, 1 deletions
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] |