From 67bde181d75fad72109891ac1f1de6b23e67f090 Mon Sep 17 00:00:00 2001 From: David Small Date: Sat, 26 Jan 2013 16:02:04 -0500 Subject: [PATCH] Fixed homefeed.js filename typo. --- tests/homefeed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/homefeed.js b/tests/homefeed.js index 98df53d..7bc3d2e 100644 --- a/tests/homefeed.js +++ b/tests/homefeed.js @@ -1,7 +1,7 @@ var vino = require('../vino.js'), client; if (process.argv.length != 4) { - console.error('usage: node login.js [username] [password]'); + console.error('usage: node homefeed.js [username] [password]'); process.exit(1); }