Skip to content

Commit

Permalink
Simplified wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Aug 17, 2017
1 parent b6d548e commit 62b7ee0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/commands/status.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const gitStatusParser = require( '../utils/gitstatusparser' );

module.exports = {
beforeExecute() {
console.log( chalk.blue( 'Collecting package statuses...' ) );
console.log( chalk.blue( 'Collecting statuses...' ) );
},

/**
Expand Down Expand Up @@ -127,8 +127,7 @@ module.exports = {
`${ color( 'green', '+' ) } staged files`,
`${ color( 'red', 'M' ) } modified files`,
`${ color( 'blue', '?' ) } untracked files`,
`\n${ color( 'cyan', '!' ) } current branch is other than specified in "mgit.json"`,
'highlighted row means the branch is other than "master"'
`\n${ color( 'cyan', '!' ) } not on branch specified in "mgit.json"`
];

return `${ chalk.bold( 'Legend:' ) }\n${ legend.join( ', ' ) }.`;
Expand Down

0 comments on commit 62b7ee0

Please sign in to comment.