Update 'jam help' output.

This commit is contained in:
Oliver Tappe
2013-11-15 00:34:01 +01:00
parent 8c040b5b35
commit da854e342f
+7
View File
@@ -50,6 +50,13 @@ rule ProcessCommandLineArguments
Echo " mount - Mount the Haiku image in the" Echo " mount - Mount the Haiku image in the"
" bfs_shell." ; " bfs_shell." ;
Echo ; 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 "For more details on how to customize Haiku builds read" ;
Echo "build/jam/UserBuildConfig.ReadMe." ; Echo "build/jam/UserBuildConfig.ReadMe." ;
Exit ; Exit ;