fixed filename in build_docs.sh

This commit is contained in:
Pavel Campr 2014-11-14 08:31:34 +01:00
Родитель c18d22eb92
Коммит 51a09de81d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -3,7 +3,7 @@
PORT=${1:-4000}
echo "usage: build.sh [port]"
echo "usage: build_docs.sh [port]"
# Find the docs dir, no matter where the script is called
ROOT_DIR="$( cd "$(dirname "$0")"/.. ; pwd -P )"