diff --git a/README.md b/README.md index 0bcdab3..2d020fa 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ cli-gitlab =========== Check [node-gitlab](https://github.com/moul/node-gitlab) - +Dependencie on node-gitlab 1.3.0 Quick Start ===== ```bash diff --git a/bin/map.coffee b/bin/map.coffee index 9bfcf8d..f7d8d63 100644 --- a/bin/map.coffee +++ b/bin/map.coffee @@ -936,8 +936,8 @@ module.exports = type: true index: 0 } - desc: "Creates a new project owned by the authenticated user." - nameSpaces: "projects.create" + desc: "Creates a new user. Note only administrators can create new users." + nameSpaces: "users.create" callback: stringifyFormat "session": param: [ diff --git a/bin/map.js b/bin/map.js index 835631b..25725bb 100644 --- a/bin/map.js +++ b/bin/map.js @@ -887,8 +887,8 @@ module.exports = { index: 0 } }, - desc: "Creates a new project owned by the authenticated user.", - nameSpaces: "projects.create", + desc: "Creates a new user. Note only administrators can create new users.", + nameSpaces: "users.create", callback: stringifyFormat }, "session": { diff --git a/package.json b/package.json index cc6e098..0eb316c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cli-gitlab", - "version": "1.2.0", + "version": "1.2.1", "description": "GitLab CLI library.", "main": "bin/refine.js", "directories": {