Skip to content

Commit

Permalink
Fix build.sh to mention about doc in the usage. (#2429)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarutak authored Aug 9, 2023
1 parent 3016ead commit 7dc7b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/py/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
set -e

usage() {
echo "Usage: $0 {clean|dist|interop-data-generate|interop-data-test|lint|test}"
echo "Usage: $0 {clean|dist|doc|interop-data-generate|interop-data-test|lint|test}"
exit 1
}

Expand Down

0 comments on commit 7dc7b2b

Please sign in to comment.