aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-12-02 21:37:27 -0500
committerB. Watson <urchlay@slackware.uk>2025-12-02 21:37:27 -0500
commitd44c3f7cda7eade5c7d46ca72553a47214c20995 (patch)
tree07f7a1975eead05ee6894ab7a8e700309f7068ba /src
parent94ee852ad5e8e2e6b77fd3c607095b563a282aca (diff)
downloadalftools-d44c3f7cda7eade5c7d46ca72553a47214c20995.tar.gz
unalf -v: replace 'Length' with 'Size was'. Nitpick.
Diffstat (limited to 'src')
-rw-r--r--src/listalf.c2
1 files changed, 1 insertions, 1 deletions
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("============ ======== ======== ==== =========== ========= =====");
}