Skip to content

Commit

Permalink
Fixed for the markdown table in getting-started.md (#29797)
Browse files Browse the repository at this point in the history
  • Loading branch information
wookay authored and fredrikekre committed Oct 25, 2018
1 parent ee08fd6 commit a8cd3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/manual/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ julia [switches] -- [programfile] [args...]
|:--- |:---|
|`-v`, `--version` |Display version information|
|`-h`, `--help` |Print this message|
|`--project[={<dir>|@.}]` |Set <dir> as the home project/environment. The default @. option will search through parent directories until a Project.toml or JuliaProject.toml file is found.
|`--project[={<dir>\|@.}]` |Set <dir> as the home project/environment. The default @. option will search through parent directories until a Project.toml or JuliaProject.toml file is found.|
|`-J`, `--sysimage <file>` |Start up with the given system image file|
|`-H`, `--home <dir>` |Set location of `julia` executable|
|`--startup-file={yes\|no}` |Load `~/.julia/config/startup.jl`|
Expand Down

0 comments on commit a8cd3a1

Please sign in to comment.