git: 2aae53da78 - main - porters-handbook/testing: Add missing jail argument

From: Danilo G. Baio <dbaio_at_FreeBSD.org>
Date: Tue, 31 Dec 2024 01:26:28 UTC
The branch main has been updated by dbaio:

URL: https://cgit.FreeBSD.org/doc/commit/?id=2aae53da780c3a72eec5bb674b36bc86fd375aa7

commit 2aae53da780c3a72eec5bb674b36bc86fd375aa7
Author:     Bram <bram@cbbg.nl>
AuthorDate: 2024-12-31 01:17:10 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2024-12-31 01:18:09 +0000

    porters-handbook/testing: Add missing jail argument
    
    The testport subcommand was missing the jail argument.
    
    Reviewed by:    dbaio
    Pull Request:   https://github.com/freebsd/freebsd-doc/pull/407
---
 documentation/content/en/books/porters-handbook/testing/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/content/en/books/porters-handbook/testing/_index.adoc b/documentation/content/en/books/porters-handbook/testing/_index.adoc
index f49e02caa7..9423511afb 100644
--- a/documentation/content/en/books/porters-handbook/testing/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/testing/_index.adoc
@@ -505,7 +505,7 @@ Adding the `-c`:
 
 [source,shell]
 ....
-# poudriere testport -c -o www/firefox
+# poudriere testport -j 131Ramd64 -c -o www/firefox
 ....
 
 Presents the port configuration dialog before the port is built.