From c464a768497ec09eb8794e82859b2d201228001a Mon Sep 17 00:00:00 2001 From: CPunch Date: Sun, 28 May 2023 20:57:53 -0500 Subject: [PATCH] minor usage fix --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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[])