fix option name

This commit is contained in:
paul moore
2023-12-03 15:27:49 -08:00
parent b527549dd2
commit ac6d43adc9

View File

@@ -131,7 +131,7 @@ static void Usage (void)
" --target sys\t\t\tSet the target system\n" " --target sys\t\t\tSet the target system\n"
" --verbose\t\t\tIncrease verbosity\n" " --verbose\t\t\tIncrease verbosity\n"
" --version\t\t\tPrint the assembler version\n" " --version\t\t\tPrint the assembler version\n"
" --expand_macros\t\tExpand macros in the listing\n", " --expand-macros\t\tExpand macros in the listing\n",
ProgName); ProgName);
} }
@@ -975,7 +975,7 @@ int main (int argc, char* argv [])
{ "--verbose", 0, OptVerbose }, { "--verbose", 0, OptVerbose },
{ "--version", 0, OptVersion }, { "--version", 0, OptVersion },
{ "--warnings-as-errors", 0, OptWarningsAsErrors }, { "--warnings-as-errors", 0, OptWarningsAsErrors },
{ "--expand_macros", 0, OptExpandMacros }, { "--expand-macros", 0, OptExpandMacros },
}; };
/* Name of the global name space */ /* Name of the global name space */