From 4518cf104a5da13780d320166a79b69c54a834b9 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Wed, 5 Apr 2023 19:30:47 -0700 Subject: [PATCH] modules/console: Fix db files cmd table header alignment (c807550ca76) --- modules/console.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/console.cc b/modules/console.cc index ff1e455d2..be76c21fc 100644 --- a/modules/console.cc +++ b/modules/console.cc @@ -4596,7 +4596,7 @@ static void _print_sst_info_header(opt &out) { out << std::left << std::setfill(' ') - << std::setw(3) << "chkp" + << std::setw(3) << "cp" << " " << std::setw(12) << "name" << " " << std::setw(32) << "creation" << " " << std::setw(3) << "flt"