Skip to content

Commit

Permalink
change sync doc (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
pasha-codefresh authored Aug 27, 2018
1 parent 155f713 commit c5ca1d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/interface/cli/commands/team/synchronize.cmd.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const command = new Command({
alias: 'tk',
required: false,
})
.example('codefresh synchronize teams [clientName] -t [clientType] -tk [accessToken]', 'Synchronize team with group');
.example('codefresh synchronize teams [client-name] -t [client-type] -tk [accessToken]', 'Synchronize team with group');
},
handler: async (argv) => {
console.log(JSON.stringify(await team.synchronizeClientWithGroup(argv['client-name'], argv.t, argv['access-token']), null, 2));
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codefresh",
"version": "0.8.75",
"version": "0.8.76",
"description": "Codefresh command line utility",
"main": "index.js",
"preferGlobal": true,
Expand Down

0 comments on commit c5ca1d1

Please sign in to comment.