Changes publishdocs.sh script help text from check to build

Change-Id: I12001681ee6a491b6e0bf0cb93cb64a812890160
This commit is contained in:
Anne Gentle 2016-01-07 11:31:52 -06:00
parent f87eb20dad
commit e194d8c09d
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
PUBLISH=$1
if [[ -z "$PUBLISH" ]] ; then
echo "usage $0 (publish|check)"
echo "usage $0 (publish|build)"
exit 1
fi