From fdb8f493e17c7eb67294eef1437b746e0dd00684 Mon Sep 17 00:00:00 2001 From: Annie Date: Thu, 20 Feb 2025 16:14:50 -0500 Subject: [PATCH] include -help description in -help --- runner.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runner.h b/runner.h index 4ac136d..a5c12fb 100644 --- a/runner.h +++ b/runner.h @@ -1,7 +1,7 @@ #define ALPHA_OFFSET 6 #define TOK_LEN 3 #define ST_LEN 2 -#define HELP "HELP:\nHow to run the alpha compiler:\n./alpha [options] program\nValid options:\n-tok output the token number, token, line number, and column number for each of the tokens to the .tok file\n-st output the symbol table for the program to the .st file\n" +#define HELP "HELP:\nHow to run the alpha compiler:\n./alpha [options] program\nValid options:\n-tok output the token number, token, line number, and column number for each of the tokens to the .tok file\n-st output the symbol table for the program to the .st file\n-help print this message and exit the alpha compiler\n" //use to set flags for arg types #define SET_FLAG 1