aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-fetch.cli
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/rep-fetch.cli')
-rw-r--r--bpkg/rep-fetch.cli7
1 files changed, 7 insertions, 0 deletions
diff --git a/bpkg/rep-fetch.cli b/bpkg/rep-fetch.cli
index 719232d..a39aafb 100644
--- a/bpkg/rep-fetch.cli
+++ b/bpkg/rep-fetch.cli
@@ -39,5 +39,12 @@ namespace bpkg
class rep_fetch_options: configuration_options
{
"\h|REP-FETCH OPTIONS|"
+
+ bool --shallow
+ {
+ "Do not re-fetch complement and prerequisite repositories of the
+ specified repositories unless the set of complements and/or
+ prerequisites has changed."
+ }
};
}