mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
prose
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user