From 16988eb1364ae31047d748dfbb4f4296abc3f801 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Wed, 5 May 2010 18:20:43 +0000 Subject: [PATCH] There's no "disk" default build profile, since picking a random partition might not be appreciated by everyone. :-) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36629 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/jam/CommandLineArguments | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build/jam/CommandLineArguments b/build/jam/CommandLineArguments index a378652719..84d9d633a3 100644 --- a/build/jam/CommandLineArguments +++ b/build/jam/CommandLineArguments @@ -32,10 +32,9 @@ rule ProcessCommandLineArguments Echo ; Echo "Default build profiles:" ; Echo " image - A raw disk image." ; - Echo " anyboot-image - A custom image for either CD or disk" ; + Echo " anyboot-image - A custom image for either CD or disk." ; Echo " cd-image - An ISO9660 CD image." ; Echo " vmware-image - A VMware disk image." ; - Echo " disk - A partition or hard disk device." ; Echo " install - A Haiku installation in a directory." ; Echo ; Echo "Build profile actions:" ;