From 8171300a7c3cc34a006f276f499bdb198c7c3718 Mon Sep 17 00:00:00 2001 From: d_m Date: Wed, 12 Feb 2025 00:03:04 -0500 Subject: [PATCH] remove todo item that is done --- tar.tal | 1 - 1 file changed, 1 deletion(-) diff --git a/tar.tal b/tar.tal index 2289f00..085f57a 100644 --- a/tar.tal +++ b/tar.tal @@ -10,7 +10,6 @@ ( - handle 'L' entries ) ( - support creating archives ) ( - arg validation should depend on mode ) -( - validate checksums ) ( - better error messages on unsupported files, e.g. symlinks ) ( - better usage message ) ( - support using "-" for stdin/stdout? )