From 1f6eee55705f1886e2dfff60eac9de163b999bfd Mon Sep 17 00:00:00 2001 From: pingsutw Date: Tue, 5 Mar 2019 22:34:16 +0800 Subject: [PATCH] HBASE-20756 reference guide examples still contain references to EOM versions --- src/main/asciidoc/_chapters/shell.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/asciidoc/_chapters/shell.adoc b/src/main/asciidoc/_chapters/shell.adoc index cdfa8286ed..1b10179dbc 100644 --- a/src/main/asciidoc/_chapters/shell.adoc +++ b/src/main/asciidoc/_chapters/shell.adoc @@ -26,7 +26,7 @@ :toc: left :icons: font :experimental: - +:Version: {docVersion} The Apache HBase Shell is link:http://jruby.org[(J)Ruby]'s IRB with some HBase particular commands added. Anything you can do in IRB, you should be able to do in the HBase Shell. @@ -81,11 +81,11 @@ You can pass commands to the HBase Shell in non-interactive mode (see <