You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by dm...@apache.org on 2020/02/06 05:06:24 UTC

[tika-docker] branch master updated: Updated docker-tool.sh help banner

This is an automated email from the ASF dual-hosted git repository.

dmeikle pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tika-docker.git


The following commit(s) were added to refs/heads/master by this push:
     new df8b7b7  Updated docker-tool.sh help banner
df8b7b7 is described below

commit df8b7b7c93139f89d38410dccca0b7846c3a55ea
Author: Dave Meikle <dm...@apache.org>
AuthorDate: Thu Feb 6 05:06:14 2020 +0000

    Updated docker-tool.sh help banner
---
 docker-tool.sh | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/docker-tool.sh b/docker-tool.sh
index e60569d..ab6c4fe 100755
--- a/docker-tool.sh
+++ b/docker-tool.sh
@@ -22,9 +22,10 @@ while getopts ":h" opt; do
     h )
       echo "Usage:"
       echo "    docker-tool.sh -h                      Display this help message."
-      echo "    docker-tool.sh build <TIKA_VERSION>    Builds image(s) for <TIKA_VERSION>."
-      echo "    docker-tool.sh test <TIKA_VERSION>     Tests image(s) for <TIKA_VERSION>."
-      echo "    docker-tool.sh publish <TIKA_VERSION>  Publishes image(s) for <TIKA_VERSION> to Docker Hub."
+      echo "    docker-tool.sh build <TIKA_VERSION>    Builds images for <TIKA_VERSION>."
+      echo "    docker-tool.sh test <TIKA_VERSION>     Tests images for <TIKA_VERSION>."
+      echo "    docker-tool.sh publish <TIKA_VERSION>  Publishes images for <TIKA_VERSION> to Docker Hub."
+      echo "    docker-tool.sh latest <TIKA_VERSION>   Tags images for <TIKA_VERSION> as latest on Docker Hub."
       exit 0
       ;;
    \? )