From ff70b93ad6b43ab362df39b72b1191ea4d431b18 Mon Sep 17 00:00:00 2001 From: Kenta Sato Date: Tue, 6 Jan 2015 09:17:19 +0900 Subject: [PATCH] fix a typo of a help message --- contrib/build_sysimg.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/build_sysimg.jl b/contrib/build_sysimg.jl index a4d66d81bb478..8304378f118ee 100644 --- a/contrib/build_sysimg.jl +++ b/contrib/build_sysimg.jl @@ -150,7 +150,7 @@ if !isinteractive() println("Usage: build_sysimg.jl [--force] [--help]") println(" is an absolute, extensionless path to store the system image at") println(" is an LLVM cpu target to build the system image against") - println(" is the path to a user image to be baked into the system image") + println(" 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()