HBASE-5121 Fix shell usage for format.width
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@737312 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6c78d4e6a6
commit
14734e4e81
|
@ -27,6 +27,7 @@ Release 0.20.0 - Unreleased
|
||||||
(Tim Sell via Stack)
|
(Tim Sell via Stack)
|
||||||
HBASE-1064 HBase REST xml/json improvements (Brian Beggs working of
|
HBASE-1064 HBase REST xml/json improvements (Brian Beggs working of
|
||||||
initial Michael Gottesman work via Stack)
|
initial Michael Gottesman work via Stack)
|
||||||
|
HBASE-5121 Fix shell usage for format.width
|
||||||
|
|
||||||
Release 0.19.0 - 01/21/2009
|
Release 0.19.0 - 01/21/2009
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -30,7 +30,7 @@ require 'HBase'
|
||||||
cmdline_help = <<HERE # HERE document output as shell usage
|
cmdline_help = <<HERE # HERE document output as shell usage
|
||||||
HBase Shell command-line options:
|
HBase Shell command-line options:
|
||||||
format Formatter for outputting results: console | html. Default: console
|
format Formatter for outputting results: console | html. Default: console
|
||||||
format.width Width of table outputs. Default: 110 characters.
|
format-width Width of table outputs. Default: 110 characters.
|
||||||
master HBase master shell should connect to: e.g --master=example:60000
|
master HBase master shell should connect to: e.g --master=example:60000
|
||||||
HERE
|
HERE
|
||||||
master = nil
|
master = nil
|
||||||
|
|
Loading…
Reference in New Issue