Creating tools to aid in ONOS release process.

Change-Id: I6fba9c6cfbd943fead7005fa09eba2d7af6ac821
diff --git a/tools/build/onos-build-docs b/tools/build/onos-build-docs
index 861582a..fcdd3f7 100755
--- a/tools/build/onos-build-docs
+++ b/tools/build/onos-build-docs
@@ -1,6 +1,6 @@
 #!/bin/bash
 # -----------------------------------------------------------------------------
-# Builds the ONOS from source.
+# Builds the ONOS Java API docs.
 # -----------------------------------------------------------------------------
 
 [ ! -d "$ONOS_ROOT" ] && echo "ONOS_ROOT is not defined" >&2 && exit 1