From 0d53b1893eae39b31600dc6132c95b0f86afed15 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Thu, 13 Mar 2014 12:46:34 +0100 Subject: [PATCH] Fix text alignment in jam help. Thanks to stippi for noticing the problem... --- build/jam/CommandLineArguments | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/jam/CommandLineArguments b/build/jam/CommandLineArguments index a53874a78d..6eedbcb5c4 100644 --- a/build/jam/CommandLineArguments +++ b/build/jam/CommandLineArguments @@ -42,7 +42,7 @@ rule ProcessCommandLineArguments Echo ; Echo "Nightly build profiles (small set of packages used in" "nightly builds and default configuration):" ; - Echo " nightly-raw - A raw disk image." ; + Echo " nightly-raw - A raw disk image." ; Echo " nightly-anyboot - A custom image for either CD or" "disk." ; Echo " nightly-cd - An ISO9660 CD image." ;