summaryrefslogtreecommitdiff
path: root/man/bst-source-fetch.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/bst-source-fetch.1')
-rw-r--r--man/bst-source-fetch.16
1 files changed, 4 insertions, 2 deletions
diff --git a/man/bst-source-fetch.1 b/man/bst-source-fetch.1
index bbffa2505..3059befb7 100644
--- a/man/bst-source-fetch.1
+++ b/man/bst-source-fetch.1
@@ -1,4 +1,4 @@
-.TH "BST SOURCE FETCH" "1" "2020-04-23" "" "bst source fetch Manual"
+.TH "BST SOURCE FETCH" "1" "2020-05-07" "" "bst source fetch Manual"
.SH NAME
bst\-source\-fetch \- Fetch sources in a pipeline
.SH SYNOPSIS
@@ -24,13 +24,15 @@ Specify `--deps` to control which sources to fetch:

none: No dependencies, just the element itself
plan: Only dependencies required for the build plan
+ run: Runtime dependencies, including the element itself
+ build: Build time dependencies, excluding the element itself
all: All dependencies
.SH OPTIONS
.TP
\fB\-\-except\fP PATH
Except certain dependencies from fetching
.TP
-\fB\-d,\fP \-\-deps [none|plan|all]
+\fB\-d,\fP \-\-deps [plan|none|build|run|all]
The dependencies to fetch [default: plan]
.TP
\fB\-r,\fP \-\-remote TEXT