From 4e6edf2c3505a90480b3116ff81c21019f7456e4 Mon Sep 17 00:00:00 2001 From: Kiran Rao Date: Sun, 6 Aug 2017 23:25:08 -0400 Subject: [PATCH] [FIX] Example usage of unsubscribe.js --- private/node_scripts/unsubscribe_csv/unsubscribe.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private/node_scripts/unsubscribe_csv/unsubscribe.js b/private/node_scripts/unsubscribe_csv/unsubscribe.js index 80d250c0b94..229907c8378 100644 --- a/private/node_scripts/unsubscribe_csv/unsubscribe.js +++ b/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);