Skip to content

Commit

Permalink
Update cli docstring to mention at-script
Browse files Browse the repository at this point in the history
  • Loading branch information
awadell1 committed Oct 26, 2024
1 parent 575cd1e commit 3828fad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/jloptions.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,12 @@ static const char opts[] =
" --help-hidden Print uncommon options not shown by `-h`\n\n"

// startup options
" --project[={<dir>|@temp|@.}] Set <dir> as the active project/environment.\n"
" --project[={<dir>|@temp|@.|@script[<rel>]}] Set <dir> as the active project/environment.\n"
" Or, create a temporary environment with `@temp`\n"
" The default @. option will search through parent\n"
" directories until a Project.toml or JuliaProject.toml\n"
" file is found.\n"
" file is found. @script is similar, but searches up from\n"
" the programfile or a path relative to programfile.\n"
" -J, --sysimage <file> Start up with the given system image file\n"
" -H, --home <dir> Set location of `julia` executable\n"
" --startup-file={yes*|no} Load `JULIA_DEPOT_PATH/config/startup.jl`; \n"
Expand Down

0 comments on commit 3828fad

Please sign in to comment.