aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-build.cli
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-03-12 19:21:01 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-03-12 19:37:35 +0300
commitee16762d8435ec1a6dfe4a82655cde5624bb2c38 (patch)
tree338c5488966c1e7d35f5afa20e78f153443b1b32 /bpkg/pkg-build.cli
parent17ea04afcce1af129cac9dd2f840799a6e8b50eb (diff)
Add support for shallow fetch
Diffstat (limited to 'bpkg/pkg-build.cli')
-rw-r--r--bpkg/pkg-build.cli6
1 files changed, 6 insertions, 0 deletions
diff --git a/bpkg/pkg-build.cli b/bpkg/pkg-build.cli
index 3c5568f..a4d49ef 100644
--- a/bpkg/pkg-build.cli
+++ b/bpkg/pkg-build.cli
@@ -141,5 +141,11 @@ namespace bpkg
"Print to \cb{STDOUT} what would be done without actually doing
anything."
}
+
+ 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."
+ }
};
}