diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-12-02 21:37:27 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-12-02 21:37:27 -0500 |
| commit | d44c3f7cda7eade5c7d46ca72553a47214c20995 (patch) | |
| tree | 07f7a1975eead05ee6894ab7a8e700309f7068ba /src/listalf.c | |
| parent | 94ee852ad5e8e2e6b77fd3c607095b563a282aca (diff) | |
| download | alftools-d44c3f7cda7eade5c7d46ca72553a47214c20995.tar.gz | |
unalf -v: replace 'Length' with 'Size was'. Nitpick.
Diffstat (limited to 'src/listalf.c')
| -rw-r--r-- | src/listalf.c | 2 |
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("============ ======== ======== ==== =========== ========= ====="); } |
