Skip to content

Commit

Permalink
Add --project option to man page (#29497)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbyrne authored and JeffBezanson committed Oct 4, 2018
1 parent 8b5f5da commit 7cc9209
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/man/julia.1
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ Display version information
-h, --help
Print help message

.TP
--project=<dir>/@.
Set <dir> as the home project/environment. The @. option will search through
parent directories until a Project.toml or JuliaProject.toml file is found.

.TP
-J, --sysimage <file>
Start up with the given system image file
Expand Down
1 change: 1 addition & 0 deletions src/jloptions.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ static const char opts[] =
" -h, --help Print this message\n\n"

// startup options
" --project=<dir>/@. Set <dir> as the home project/environment\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/config/startup.jl`\n"
Expand Down

0 comments on commit 7cc9209

Please sign in to comment.