From c6c54622b219a25cbbd24665c2394056ac33b8b4 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 14 Nov 2025 17:03:36 -0500 Subject: Exit status 2 for bad checksums, print report with -t. --- src/unalf.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/unalf.rst') diff --git a/src/unalf.rst b/src/unalf.rst index bcb1c8a..e5d8dc7 100644 --- a/src/unalf.rst +++ b/src/unalf.rst @@ -165,7 +165,15 @@ Example:: EXIT STATUS =========== -**0** for success, **1** for failure. +0 + Success. + +1 + Fatal error (I/O or bad command-line arguments). + +2 + Processing completed OK, but at least one file in the archive + has a bad checksum. DIAGNOSTICS =========== -- cgit v1.2.3