Add help commands to docker-options and tar plugins

This commit is contained in:
Jose Diaz-Gonzalez
2015-09-17 02:44:05 -07:00
parent 70511c340d
commit d3c218f95e
2 changed files with 2 additions and 2 deletions

View File

@@ -139,7 +139,7 @@ case "$1" in
;;
# Display usage help
help)
help | docker-options:help)
cat<<EOF
docker-options <app>, Display apps docker options for all phases
docker-options <app> <phase(s)>, Display apps docker options for phase (comma separated phase list)

View File

@@ -58,7 +58,7 @@ case "$1" in
fi
;;
help)
help | tar:help)
cat && cat<<EOF
tar:in <app>, Reads an tarball containing the app from stdin
tar:from <app> <url>, Loads an app tarball from url.