This is an automated email from the ASF dual-hosted git repository.
stack pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase-operator-tools.git
The following commit(s) were added to refs/heads/master by this push:
new 613ef58 Formatting
613ef58 is described below
commit 613ef58c5bc9dc57aec372e3357058cdd9b294d4
Author: Michael Stack <[email protected]>
AuthorDate: Tue Oct 23 10:19:34 2018 -0700
Formatting
---
hbase-hbck2/README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/hbase-hbck2/README.md b/hbase-hbck2/README.md
index 4399f6f..249afcf 100644
--- a/hbase-hbck2/README.md
+++ b/hbase-hbck2/README.md
@@ -82,7 +82,8 @@ default=1
A value of \x08\x00 == ENABLED, \x08\x01 == DISABLED, etc.
An example making table name 'user' ENABLED:
$ HBCK2 setTableState users ENABLED
- Returns whatever the previous table state was.```
+ Returns whatever the previous table state was.
+```
## _HBCK2_ Overview
_HBCK2_ is currently a simple tool that does one thing at a time only.