1
0
mirror of https://github.com/Zygo/bees.git synced 2025-05-17 21:35:45 +02:00

progress: rename "ctime" -> "tm_left"

"ctime", an abbreviation of "cycle time", collides with "ctime", an
abbreviation of "st_ctime", a well-known filesystem term.

"tm_left" fits in the column, so use that.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
Zygo Blaxell 2025-01-06 12:18:33 -05:00
parent c3a39b7691
commit 613ddc3c71

View File

@ -1019,7 +1019,7 @@ BeesScanModeExtent::next_transid(const CrawlMap &crawl_map_unused)
Table::Text("gen_min"),
Table::Text("gen_max"),
Table::Text("this cycle start"),
Table::Text("ctime"),
Table::Text("tm_left"),
Table::Text("next cycle ETA"),
});
const auto dash_fill = Table::Fill('-');