diff --git a/main.c b/main.c index f096427..e216ffc 100644 --- a/main.c +++ b/main.c @@ -192,8 +192,8 @@ void printUsage(const char *name) printf("available options are:\n" "-c \tcompile and dump to \n" "-l \t\tload dump from \n" - "-s \t\tcompile and run script(s)\n" - "-r\t\t\tstart the repl\n\n"); + "-s \tcompile and run script(s)\n" + "-r\t\tstart the repl\n\n"); } int main(int argc, char *const argv[])