From d4e21b00590df93dc8483c978a811912b901efaf Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Thu, 12 Aug 2021 17:24:19 +0800 Subject: [PATCH] also change the phrase --- src/jloptions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jloptions.c b/src/jloptions.c index ab1af72a04c79..326347b0541ae 100644 --- a/src/jloptions.c +++ b/src/jloptions.c @@ -124,7 +124,7 @@ static const char opts[] = " -C, --cpu-target Limit usage of CPU features up to ; 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 Enable / Set the level of debug info generation" + " -g, -g 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