From 6e4ac11633a08443d35e1e854c4996ce645b0a32 Mon Sep 17 00:00:00 2001 From: Hugo Buddelmeijer Date: Wed, 24 Sep 2025 11:25:46 +0200 Subject: [PATCH] doc: Clarify depth argument of build -P is non-optional. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * doc/guix.texi (Additional Build Options): Depth in guix build -P is required. Change-Id: I2cbc149a9fc59a198ceedb06cc1fa5496b4f4c91 Signed-off-by: Ludovic Courtès --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix.texi index 3bff8c4904..af91f02d1f 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -13983,7 +13983,7 @@ natively. @cindex building the dependents of a package @anchor{build-dependents} @item --dependents[=@var{depth}] -@itemx -P [@var{depth}] +@itemx -P @var{depth} Build the dependents of the following package. By default, build all the direct and indirect dependents; when @var{depth} is provided, limit to dependents at that distance: 1 for direct dependents, 2 for