This commit is contained in:
Avital Oliver
2013-06-06 22:18:08 -07:00
parent 32fe325d49
commit 8c835c8207

View File

@@ -856,12 +856,12 @@ Fiber(function () {
"\n" +
"Retrieves the server logs for the requested site.\n" +
"\n" +
"-f enables logs streaming.\n");
"Pass -f to show new logs as they come in.\n");
} else {
process.stdout.write(
"Usage: meteor logs <site>\n" +
"\n" +
"Retrieves the server logs for the requested site.\n");
"\n" +
"Retrieves the server logs for the requested site.\n");
}
process.exit(1);