Skip to content

Commit

Permalink
- fix read me layout
Browse files Browse the repository at this point in the history
  • Loading branch information
cdibened committed Feb 1, 2014
1 parent 0ddab3d commit d8d6a33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -44,7 +44,8 @@ options:
Default is all.
-r - the url/name of the repo to use.
Valid urls are: http://plugreg.com (shortform plugreg) and
http://registry.cordova.io (shortform cordova). Default is http://registry.cordova.io
http://registry.cordova.io (shortform cordova).
Default is http://registry.cordova.io
term - term to use when using the `search` command.
Wrap the term in quotes if there are spaces.
Expand Down
3 changes: 2 additions & 1 deletion bin/cordova-plugins.js
Expand Up @@ -45,7 +45,8 @@
console.log(' Default is all.');
console.log( ' -r - the url/name of the repo to use.');
console.log(' Valid urls are: '+ clc.yellowBright( 'http://plugreg.com') + ' or use shortform ' + clc.yellowBright( 'plugreg' ) );
console.log(' and ' + clc.yellowBright('http://registry.cordova.io') + ' or use shortform ' + clc.yellowBright( 'cordova' ) + '. Default is http://registry-cordova-io.cordova.io');
console.log(' and ' + clc.yellowBright('http://registry.cordova.io') + ' or use shortform ' + clc.yellowBright( 'cordova' ) + '.');
console.log(' Default is http://registry-cordova-io.cordova.io');
console.log( '' );
console.log( ' term - term to use when using the `search` command.');
console.log(' Wrap the term in quotes if there are spaces.');
Expand Down

0 comments on commit d8d6a33

Please sign in to comment.