doc: dir,vdir: fix anchor refs from --help

* src/system.h (oputs_): Map from dir,vdir to ls.
This commit is contained in:
Pádraig Brady 2026-01-22 16:23:41 +00:00
parent b76c1539ad
commit 115a600100

View File

@ -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"