Skip to content

Commit 4118db8

Browse files
authored
update --pkgimages=existing option in CLI section of manual (#53343)
1 parent e460d35 commit 4118db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/manual/command-line-interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ The following is a complete list of command-line switches available when launchi
173173
|`--handle-signals={yes*\|no}` |Enable or disable Julia's default signal handlers|
174174
|`--sysimage-native-code={yes*\|no}` |Use native code from system image if available|
175175
|`--compiled-modules={yes*\|no\|existing|strict}` |Enable or disable incremental precompilation of modules. The `existing` option allows use of existing compiled modules that were previously precompiled, but disallows creation of new precompile files. The `strict` option is similar, but will error if no precompile file is found. |
176-
|`--pkgimages={yes*\|no}` |Enable or disable usage of native code caching in the form of pkgimages|
176+
|`--pkgimages={yes*\|no|existing}` |Enable or disable usage of native code caching in the form of pkgimages. The `existing` option allows use of existing pkgimages but disallows creation of new ones|
177177
|`-e`, `--eval <expr>` |Evaluate `<expr>`|
178178
|`-E`, `--print <expr>` |Evaluate `<expr>` and display the result|
179179
|`-L`, `--load <file>` |Load `<file>` immediately on all processors|

0 commit comments

Comments
 (0)