Skip to content

Commit

Permalink
fix a typo of a help message
Browse files Browse the repository at this point in the history
  • Loading branch information
bicycle1885 committed Jan 6, 2015
1 parent 51976a3 commit ff70b93
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 @@ -150,7 +150,7 @@ if !isinteractive()
println("Usage: build_sysimg.jl <sysimg_path> <cpu_target> <usrimg_path.jl> [--force] [--help]")
println(" <sysimg_path> is an absolute, extensionless path to store the system image at")
println(" <cpu_target> is an LLVM cpu target to build the system image against")
println(" <usrimg_path.lj> is the path to a user image to be baked into the system image")
println(" <usrimg_path.jl> is the path to a user image to be baked into the system image")
println(" --force Set if you wish to overwrite the default system image")
println(" --help Print out this help text and exit")
println()
Expand Down

0 comments on commit ff70b93

Please sign in to comment.