From da854e342fee790d64ab96d249fed83acd8a5205 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Fri, 15 Nov 2013 00:34:01 +0100 Subject: [PATCH] Update 'jam help' output. --- build/jam/CommandLineArguments | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/build/jam/CommandLineArguments b/build/jam/CommandLineArguments index 0473cbec2f..0a2d73841d 100644 --- a/build/jam/CommandLineArguments +++ b/build/jam/CommandLineArguments @@ -46,9 +46,16 @@ rule ProcessCommandLineArguments " the Haiku" ; Echo " image/installation." ; Echo " update-all - Update all targets in the Haiku" - "image/installation." ; + " image/installation." ; Echo " mount - Mount the Haiku image in the" - "bfs_shell." ; + " bfs_shell." ; + Echo ; + Echo "Package upload to (git.haiku-os.org/hpkg-upload):" ; + Echo " jam upload-packages " ; + Echo ; + Echo "Remote repository creation (for testing a set of" + " packages):" ; + Echo " jam build-remote-test-repository " ; Echo ; Echo "For more details on how to customize Haiku builds read" ; Echo "build/jam/UserBuildConfig.ReadMe." ;