@@ -179,8 +179,9 @@ static const char opts[] =
179
179
" Or, create a temporary environment with `@temp`\n"
180
180
" The default @. option will search through parent\n"
181
181
" directories until a Project.toml or JuliaProject.toml\n"
182
- " file is found. @script is similar, but searches up from\n"
183
- " the programfile or a path relative to programfile.\n"
182
+ " file is found. @script is similar, but searches up\n"
183
+ " from the programfile or a path relative to\n"
184
+ " programfile.\n"
184
185
" -J, --sysimage <file> Start up with the given system image file\n"
185
186
" -H, --home <dir> Set location of `julia` executable\n"
186
187
" --startup-file={yes*|no} Load `JULIA_DEPOT_PATH/config/startup.jl`; \n"
@@ -291,9 +292,9 @@ static const char opts[] =
291
292
" information, see --bug-report=help.\n\n"
292
293
" --heap-size-hint=<size>[<unit>] Forces garbage collection if memory usage is higher\n"
293
294
" than the given value. The value may be specified as a\n"
294
- " number of bytes, optionally in units of: B, K (kibibytes), \n"
295
- " M (mebibytes ), G (gibibytes ), T (tebibytes), or % (percentage \n"
296
- " of physical memory).\n\n"
295
+ " number of bytes, optionally in units of: B,\n"
296
+ " K (kibibytes ), M (mebibytes ), G (gibibytes), \n"
297
+ " T (tebibytes), or % (percentage of physical memory).\n\n"
297
298
;
298
299
299
300
static const char opts_hidden [] =
@@ -319,24 +320,26 @@ static const char opts_hidden[] =
319
320
" --output-asm <name> Generate an assembly file (.s)\n"
320
321
" --output-incremental={yes|no*} Generate an incremental output file (rather than\n"
321
322
" complete)\n"
322
- " --timeout-for-safepoint-straggler <seconds> If this value is set, then we will dump the backtrace for a thread\n"
323
- " that fails to reach a safepoint within the specified time\n"
323
+ " --timeout-for-safepoint-straggler <seconds> If this value is set, then we will dump the backtrace\n"
324
+ " for a thread that fails to reach a safepoint within\n"
325
+ " the specified time\n"
324
326
" --trace-compile={stderr|name} Print precompile statements for methods compiled\n"
325
- " during execution or save to stderr or a path. Methods that \n"
326
- " were recompiled are printed in yellow or with a trailing \n"
327
- " comment if color is not supported\n"
328
- " --trace-compile-timing If --trace-compile is enabled show how long each took to \n"
329
- " compile in ms\n"
327
+ " during execution or save to stderr or a path. Methods\n"
328
+ " that were recompiled are printed in yellow or with\n"
329
+ " a trailing comment if color is not supported\n"
330
+ " --trace-compile-timing If --trace-compile is enabled show how long each took\n"
331
+ " to compile in ms\n"
330
332
" --task-metrics={yes|no*} Enable collection of per-task timing data.\n"
331
333
" --image-codegen Force generate code in imaging mode\n"
332
- " --permalloc-pkgimg={yes|no*} Copy the data section of package images into memory\n"
333
- " --trim={no*|safe|unsafe|unsafe-warn}\n"
334
- " Build a sysimage including only code provably reachable\n"
335
- " from methods marked by calling `entrypoint`. In unsafe\n"
336
- " mode, the resulting binary might be missing needed code\n"
337
- " and can throw errors. With unsafe-warn warnings will be\n"
338
- " printed for dynamic call sites that might lead to such\n"
339
- " errors. In safe mode compile-time errors are given instead.\n"
334
+ " --permalloc-pkgimg={yes|no*} Copy the data section of package images into memory\n\n"
335
+
336
+ " --trim={no*|safe|unsafe|unsafe-warn} Build a sysimage including only code provably\n"
337
+ " reachable from methods marked by calling\n"
338
+ " `entrypoint`. In unsafe mode, the resulting binary\n"
339
+ " might be missing needed code and can throw errors.\n"
340
+ " With unsafe-warn warnings will be printed for\n"
341
+ " dynamic call sites that might lead to such errors.\n"
342
+ " In safe mode compile-time errors are given instead.\n"
340
343
" --hard-heap-limit=<size>[<unit>] Set a hard limit on the heap size: if we ever\n"
341
344
" go above this limit, we will abort. The value\n"
342
345
" may be specified as a number of bytes,\n"
0 commit comments