Document fetch --no-mirrors

This commit is contained in:
Kurt Hindenburg
2023-12-12 16:46:05 -05:00
committed by Clemens Lang
parent eb69960ef9
commit 5d0ea00cb9
+6 -1
View File
@@ -9,7 +9,7 @@ port-fetch, port-checksum, port-extract, port-patch, port-configure, port-build,
SYNOPSIS
--------
[cmdsynopsis]
*port* [*-vdoy*] [*-D* 'portdir'] [*fetch* | *checksum* | *extract* | *patch* | *configure* | *build* | *destroot* | *test* ]
*port* [*-vdoy*] [*-D* 'portdir'] [*fetch* [--no-mirrors] | *checksum* | *extract* | *patch* | *configure* | *build* | *destroot* | *test* ]
[['portname' | 'pseudo-portname' | 'port-expressions' | 'port-url']]
DESCRIPTION
@@ -25,6 +25,11 @@ Note that the *test* phase is special in that it will not be run by MacPorts by
default. When supported by the given port, the *test* phase will run the
testcases of the software.
OPTIONS
-------
*--no-mirrors*::
Only fetch files from URLs in master_sites
include::global-flags.txt[]
SEE ALSO