Skip to content

Commit 51a09de

Browse files
committed
fixed filename in build_docs.sh
1 parent c18d22e commit 51a09de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_docs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
PORT=${1:-4000}
55

6-
echo "usage: build.sh [port]"
6+
echo "usage: build_docs.sh [port]"
77

88
# Find the docs dir, no matter where the script is called
99
ROOT_DIR="$( cd "$(dirname "$0")"/.. ; pwd -P )"

0 commit comments

Comments
 (0)