Skip to content

Commit

Permalink
Remove an unpaired " and a needless \n
Browse files Browse the repository at this point in the history
The \n" makes the color of document web page red. It will be better for reading after removing it.
  • Loading branch information
zhmz90 committed Jan 9, 2016
1 parent 1f15eb6 commit 4657b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ those available for the ``perl`` and ``ruby`` programs::

-J, --sysimage <file> Start up with the given system image file
--precompiled={yes|no} Use precompiled code from system image if available
--compilecache={yes|no} Enable/disable incremental precompilation of modules\n"
--compilecache={yes|no} Enable/disable incremental precompilation of modules
-H, --home <dir> Set location of julia executable
--startup-file={yes|no} Load ~/.juliarc.jl
-f, --no-startup Don't load ~/.juliarc (deprecated, use --startup-file=no)
Expand Down

0 comments on commit 4657b5a

Please sign in to comment.