Skip to content

Commit

Permalink
Merge pull request mdibaiee#5 from imahmoodz/patch-1
Browse files Browse the repository at this point in the history
Update index.js
  • Loading branch information
Mahdi Dibaiee committed Apr 6, 2016
2 parents 74fa8c1 + 36b5ac9 commit dd48a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -3,7 +3,7 @@
var game = process.argv[2];

if (!game) {
console.log('usage: node-games <game>')
console.log('usage: node-games <game>');
console.log('');
console.log('Games');
console.log('- spacecraft');
Expand Down

0 comments on commit dd48a87

Please sign in to comment.