From 8615800ddc6889fd7f5042731909d9bb49a4659b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Randolf=20Richardson=20=E5=BC=B5=E6=96=87=E9=81=93?= <randolf@richardson.tw> Date: Tue, 6 Feb 2024 23:41:12 -0800 Subject: [PATCH] Update TODO --- TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO b/TODO index 62eaf42..dbe5f0b 100644 --- a/TODO +++ b/TODO @@ -2,3 +2,6 @@ - dedupe IP counts: individual IPs or smaller CIDRs might be included in larger CIDRs, skewing the total count +- insert thousands-separators, and in a locale-specific + manner, to large numbers (e.g., IP address counts) in + the text output mode (-f text)