aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-build.cli
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/pkg-build.cli')
-rw-r--r--bpkg/pkg-build.cli10
1 files changed, 8 insertions, 2 deletions
diff --git a/bpkg/pkg-build.cli b/bpkg/pkg-build.cli
index 4bc55a7..bb85dfd 100644
--- a/bpkg/pkg-build.cli
+++ b/bpkg/pkg-build.cli
@@ -148,10 +148,16 @@ namespace bpkg
downgrades. Refer to \l{bpkg-pkg-disfigure(1)} for details."
}
+ bool --no-fetch
+ {
+ "Don't fetch repositories specified as part of the build command."
+ }
+
bool --fetch-shallow
{
- "Do not re-fetch complement and prerequisite repositories. Refer to
- the \cb{--shallow} option in \l{bpkg-rep-fetch(1)} for details."
+ "Don't re-fetch complement and prerequisite repositories of repositories
+ specified as part of the build command. Refer to the \cb{--shallow}
+ option in \l{bpkg-rep-fetch(1)} for details."
}
};
}