Skip to content

Commit 6dc4322

Browse files
authored
fix: description for flag --disable-notifications (#878)
1 parent 33d5dd4 commit 6dc4322

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/interface/cli/commands/team/synchronize.cmd.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const command = new Command({
3535
required: false,
3636
})
3737
.option('disable-notifications', {
38-
describe: 'Disable email notifications for users',
38+
describe: 'Disable email notifications of builds status for users',
3939
alias: 'no-notify',
4040
required: false,
4141
type: 'boolean',

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codefresh",
3-
"version": "0.88.5",
3+
"version": "0.88.6",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)