You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by dk...@apache.org on 2020/05/22 22:06:25 UTC

[avro] branch master updated: AVRO-2555: update docs to reflect avro-tools name change

This is an automated email from the ASF dual-hosted git repository.

dkulp 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 5f064c0  AVRO-2555: update docs to reflect avro-tools name change
5f064c0 is described below

commit 5f064c0d162ea3bb2a28b576c590638052177054
Author: Erik Tank <er...@jundy.com>
AuthorDate: Tue Sep 10 10:49:54 2019 -0700

    AVRO-2555: update docs to reflect avro-tools name change
---
 doc/src/content/xdocs/idl.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/src/content/xdocs/idl.xml b/doc/src/content/xdocs/idl.xml
index 294adbe..52a6075 100644
--- a/doc/src/content/xdocs/idl.xml
+++ b/doc/src/content/xdocs/idl.xml
@@ -56,7 +56,7 @@
           <code>idl</code> tool. For example:
         </p>
         <source>
-$ java -jar avroj-tools.jar idl src/test/idl/input/namespaces.avdl /tmp/namespaces.avpr
+$ java -jar avro-tools.jar idl src/test/idl/input/namespaces.avdl /tmp/namespaces.avpr
 $ head /tmp/namespaces.avpr
 {
   "protocol" : "TestNamespace",