Skip to content

Commit

Permalink
tools/cxbe: Forgot to update the -REGION help text
Browse files Browse the repository at this point in the history
  • Loading branch information
PQCraft committed Jul 28, 2023
1 parent 634b81b commit 21ce222
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/cxbe/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ int main(int argc, char *argv[])
{ szXbeTitle, "TITLE", "title" },
{ szXbeTitleID, "TITLEID", "{%c%c-%u|%x}" },
{ szXbeRegions, "REGION",
"{-|[n][j][w][m]|a}\n"
" -=none, n=North America, j=Japan, w=world, m=manufacturing, a=njwm" },
"{-|[n][j][w][m]}\n"
" -=none, n=North America, j=Japan, w=world, m=manufacturing" },
{ szXbeVersion, "VERSION", "version" },
{ szMode, "MODE", "{debug|retail}" },
{ szLogo, "LOGO", "filename" },
Expand Down

0 comments on commit 21ce222

Please sign in to comment.