[FIX] Example usage of unsubscribe.js

pull/7673/head
Kiran Rao 9 years ago
parent 88018895e1
commit 4e6edf2c35
  1. 2
      private/node_scripts/unsubscribe_csv/unsubscribe.js

@ -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);

Loading…
Cancel
Save