This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/master by this push:
new 7dc7b2ba8 Fix build.sh to mention about `doc` in the usage. (#2429)
7dc7b2ba8 is described below
commit 7dc7b2ba8cb73987d4d48f3cd8d20968e158b136
Author: Kousuke Saruta <[email protected]>
AuthorDate: Wed Aug 9 18:08:01 2023 +0900
Fix build.sh to mention about `doc` in the usage. (#2429)
---
lang/py/build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lang/py/build.sh b/lang/py/build.sh
index 1c0f188f1..83eafe16c 100755
--- a/lang/py/build.sh
+++ b/lang/py/build.sh
@@ -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
}