Skip to content
Snippets Groups Projects
Commit dbc8e834 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

I said, usage to stdout.

parent b488961c
Branches
Tags
No related merge requests found
......@@ -103,9 +103,9 @@ void banner(FILE* fp)
void usage()
{
banner(stderr);
banner(stdout);
fprintf(stderr, "\nusage: " PROG_NAME_LC " [-opts] [[path/]module[.js] or -Ijs-expression] [args]\n"
fprintf(stdout, "\nusage: " PROG_NAME_LC " [-opts] [[path/]module[.js] or -Ijs-expression] [args]\n"
"\navailable opts:\n\n"
#ifdef JSDOOR
" -c<ctrl_dir> specify path to CTRL directory\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment