boltdb / bolt

An embedded key/value database for Go.
MIT License
14.24k stars 1.51k forks source link

Add missing help message for "dump" and "page" #730

Closed WeiZhang555 closed 6 years ago

WeiZhang555 commented 7 years ago

Command "dump" and "page" are missing in bolt --help help message, which makes user hard to find right usage for these.

Signed-off-by: Zhang Wei zhangwei555@huawei.com