Skip to content

Commit

Permalink
also change the phrase
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnychen94 authored Aug 12, 2021
1 parent 1c3dbec commit d4e21b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jloptions.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ static const char opts[] =
" -C, --cpu-target <target> Limit usage of CPU features up to <target>; set to \"help\" to see the available options\n"
" -O, --optimize={0,1,2,3} Set the optimization level (default level is 2 if unspecified or 3 if used without a level)\n"
" --min-optlevel={0,1,2,3} Set a lower bound on the optimization level (default is 0)\n"
" -g, -g <level> Enable / Set the level of debug info generation"
" -g, -g <level> Enable or set the level of debug info generation"
#ifdef JL_DEBUG_BUILD
" (default level for julia-debug is 2 if unspecified or if used without a level)\n"
#else
Expand Down

0 comments on commit d4e21b0

Please sign in to comment.