HBASE-25463 fix comment error of append.rb (#2845)

Signed-off-by: Viraj Jasani <vjasani@apache.org>
This commit is contained in:
Gary Wang 2021-01-05 22:39:19 +08:00 committed by GitHub
parent 85842634e5
commit 90ff550000
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,5 +50,5 @@ EOF
end
end
# add incr comamnd to Table
# add append command to Table
::Hbase::Table.add_shell_command('append')