sbin/hammer2: Use old "show"/"freemap" format for -q
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Tue, 1 Oct 2019 23:23:57 +0000 (08:23 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Wed, 2 Oct 2019 16:49:26 +0000 (01:49 +0900)
commite3bf7c89bed5fb3221099510ac927afc59701b6e
tree3a95a637d3d2b8a5f6d160969b9b4ae9c8f34179
parentae2f457fb47e33bfdf443f4c317476ee6a47bf48
sbin/hammer2: Use old "show"/"freemap" format for -q

which existed until aa2131f062.

The original format had better readability and grep-ability for
-q where only blockref itself was printed without referenced data.
A single line format works out better for this.
sbin/hammer2/cmd_debug.c