Skip to content

Commit

Permalink
Merge pull request JuliaLang#9500 from dhoegh/typo_build_sysimg
Browse files Browse the repository at this point in the history
Small typo in build_sysimg.jl
  • Loading branch information
staticfloat committed Dec 30, 2014
2 parents 5219315 + c8ad451 commit 837611a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/build_sysimg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ if !isinteractive()
println(" --help Print out this help text and exit")
println()
println(" Example:")
println(" build_sysimg.jl /usr/local/lib/julia/sys core2 ~/my_usrimg.jl true")
println(" build_sysimg.jl /usr/local/lib/julia/sys core2 ~/my_usrimg.jl --force")
println()
println(" Running this script with no arguments is equivalent to calling it via")
println(" build_sysimg.jl $(default_sysimg_path) native")
Expand Down

0 comments on commit 837611a

Please sign in to comment.