From 5e5c58ea93db180a6c4eba191f040f0a2a475214 Mon Sep 17 00:00:00 2001 From: oech3 <79379754+oech3@users.noreply.github.com> Date: Mon, 5 Jan 2026 04:22:00 +0900 Subject: [PATCH] cksum,hashsum: Drop a message replaced by clap --- src/uucore/src/lib/features/checksum/mod.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/uucore/src/lib/features/checksum/mod.rs b/src/uucore/src/lib/features/checksum/mod.rs index 2f3d28b4121..7cf7fe129fa 100644 --- a/src/uucore/src/lib/features/checksum/mod.rs +++ b/src/uucore/src/lib/features/checksum/mod.rs @@ -374,9 +374,6 @@ pub enum ChecksumError { #[error("the --raw option is not supported with multiple files")] RawMultipleFiles, - #[error("the --{0} option is meaningful only when verifying checksums")] - CheckOnlyFlag(String), - // --length sanitization errors #[error("--length required for {}", .0.quote())] LengthRequired(String),