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