From 95b266fb7dafd7044d3c3f304a7cfe6992dc3fb0 Mon Sep 17 00:00:00 2001 From: E <79379754+oech3@users.noreply.github.com> Date: Thu, 30 Oct 2025 21:53:50 +0900 Subject: [PATCH] extensions.md: mark hashsum as deprecated (#9089) * extensions.md: mark hashsum as deprecated * extensions.md: Fix typo Co-authored-by: Daniel Hofstetter --------- Co-authored-by: Daniel Hofstetter --- docs/src/extensions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/extensions.md b/docs/src/extensions.md index 6a479ad65..10601de76 100644 --- a/docs/src/extensions.md +++ b/docs/src/extensions.md @@ -47,12 +47,12 @@ packages. `rm` can display a progress bar when the `-g`/`--progress` flag is set. -## `hashsum` +## `hashsum` (deprecated) This utility does not exist in GNU coreutils. `hashsum` is a utility that supports computing the checksums with several algorithms. The flags and options are identical to the `*sum` family of utils (`sha1sum`, `sha256sum`, `b2sum`, -etc.). +etc.). This utility will be removed in the future and it is advised to use `cksum --untagged` instead. ## `b3sum`