mirror of
				https://github.com/Zygo/bees.git
				synced 2025-11-03 19:50:34 +01: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:
		@@ -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('-');
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user