Skip to content

Commit

Permalink
fix(xopt): fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mycoboco committed Jul 30, 2023
1 parent 0a9c2e0 commit 37bc8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bcc/xopt.h
Expand Up @@ -17,7 +17,7 @@ dd("Wc", ",<options>", "pass comma-separated options to the compiler")
dd("Wa", ",<options>", "pass comma-separated options to the assembler")
dd("Wl", ",<options>", "pass comma-separated options to the linker")

xx("fexec-charset ?", "--exec-charset $", NULL, NULL, NULL, "set the wide exection character set")
xx("fexec-charset ?", "--exec-charset $", NULL, NULL, NULL, "set the wide execution character set")
xx("fwide-exec-charset ?", "--wide-exec-charset $", NULL, NULL, NULL, "set the execution character set")
xx("finput-charset ?", "--input-charset $", NULL, NULL, NULL, "set the input character set")
xx("fsigned-char", "--plain-char=signed", NULL, NULL, NULL, "treat plain char as signed")
Expand Down

0 comments on commit 37bc8b5

Please sign in to comment.