mirror of
https://github.com/CPunch/Cosmo.git
synced 2024-11-05 08:10:05 +00:00
minor usage fix
This commit is contained in:
parent
8c6ba18848
commit
c464a76849
4
main.c
4
main.c
@ -192,8 +192,8 @@ void printUsage(const char *name)
|
|||||||
printf("available options are:\n"
|
printf("available options are:\n"
|
||||||
"-c <in> <out>\tcompile <in> and dump to <out>\n"
|
"-c <in> <out>\tcompile <in> and dump to <out>\n"
|
||||||
"-l <in>\t\tload dump from <in>\n"
|
"-l <in>\t\tload dump from <in>\n"
|
||||||
"-s <in...>\t\tcompile and run <in...> script(s)\n"
|
"-s <in...>\tcompile and run <in...> script(s)\n"
|
||||||
"-r\t\t\tstart the repl\n\n");
|
"-r\t\tstart the repl\n\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
int main(int argc, char *const argv[])
|
int main(int argc, char *const argv[])
|
||||||
|
Loading…
Reference in New Issue
Block a user