From 115a6001005fef07b11ba8e65801e43d609bb852 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1draig=20Brady?=
Date: Thu, 22 Jan 2026 16:23:41 +0000 Subject: [PATCH] doc: dir,vdir: fix anchor refs from --help * src/system.h (oputs_): Map from dir,vdir to ls. --- src/system.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/system.h b/src/system.h index c6fe16750..80779640d 100644 --- a/src/system.h +++ b/src/system.h @@ -588,6 +588,8 @@ oputs_ (MAYBE_UNUSED char const* program, char const *option) /* write option text. */ #ifdef MANUAL_URL char const *url_program = streq (program, "[") ? "test" + : streq (program, "dir") ? "ls" + : streq (program, "vdir") ? "ls" : streq (program, "b2sum") ? "cksum" : streq (program, "md5sum") ? "cksum" : streq (program, "sha1sum") ? "cksum"