Skip to content

Commit

Permalink
Merge pull request #7673 from Kiran-Rao/fix-unsubscribe
Browse files Browse the repository at this point in the history
[FIX] Example usage of unsubscribe.js
  • Loading branch information
rodrigok authored Aug 8, 2017
2 parents c409e41 + 4e6edf2 commit bc2598b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion private/node_scripts/unsubscribe_csv/unsubscribe.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ program.usage('[options]').option('-v, --verbose', 'Verbose', (function(v, total
}), 0).option('-M, --mongo-db [mongo db]', 'Mongo DB', 'localhost:27017').option('-N, --db-name [db name]', 'DB Name', 'meteor').on('--help', function() {
console.log(' Example:');
console.log('');
console.log(' $ coffee unsubscribe.coffee');
console.log(' $ node unsubscribe.js');
return console.log('');
}).parse(process.argv);

Expand Down

0 comments on commit bc2598b

Please sign in to comment.