From d44c3f7cda7eade5c7d46ca72553a47214c20995 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 2 Dec 2025 21:37:27 -0500 Subject: unalf -v: replace 'Length' with 'Size was'. Nitpick. --- src/listalf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/listalf.c b/src/listalf.c index f27fb6d..6fb26fc 100644 --- a/src/listalf.c +++ b/src/listalf.c @@ -78,7 +78,7 @@ void list_alf(void) { extern char *out_filename; if(opts.verbose_list) { - puts("Name Length Size now Comp Date Time CkSum"); + puts("Name Size was Size now Comp Date Time CkSum"); puts("============ ======== ======== ==== =========== ========= ====="); } -- cgit v1.2.3