Skip to content

Commit

Permalink
CLI command quick description fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bestander committed Apr 5, 2017
1 parent 15faf3a commit a715098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ commander.option(
);
commander.option(
'-s, --silent',
'raw script output',
'skip Yarn console logs, other types of logs (script output) will be printed',
);
commander.option('--proxy <host>', '');
commander.option('--https-proxy <host>', '');
Expand Down

0 comments on commit a715098

Please sign in to comment.