mirror of https://github.com/hak5/bolt.git
commit
cf33c9e0ca
|
@ -22,5 +22,5 @@ func Info(path string) {
|
||||||
|
|
||||||
// Print basic database info.
|
// Print basic database info.
|
||||||
var info = db.Info()
|
var info = db.Info()
|
||||||
printf("Page Size: %d", info.PageSize)
|
printf("Page Size: %d\n", info.PageSize)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue