Update 'jam help' output.

This commit is contained in:
Oliver Tappe 2013-11-15 00:34:01 +01:00
parent 8c040b5b35
commit da854e342f
1 changed files with 9 additions and 2 deletions

View File

@ -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 <packages ...> " ;
Echo ;
Echo "Remote repository creation (for testing a set of"
" packages):" ;
Echo " jam build-remote-test-repository <packages ...> " ;
Echo ;
Echo "For more details on how to customize Haiku builds read" ;
Echo "build/jam/UserBuildConfig.ReadMe." ;