diff options
author | Chandan Singh <chandan@chandansingh.net> | 2020-05-07 23:31:14 +0000 |
---|---|---|
committer | Chandan Singh <chandan@chandansingh.net> | 2020-05-13 21:32:43 +0000 |
commit | 3f08bb2c5909a39ca4ca532367033f9d0a090f11 (patch) | |
tree | 255f1e6b3ff0c9d3dd14e57fdbed85e13d8e14ba /man/bst-artifact-push.1 | |
parent | 5018a61a1b423ca63cc7bc969a89a8802813a70b (diff) | |
download | buildstream-3f08bb2c5909a39ca4ca532367033f9d0a090f11.tar.gz |
Regenerate man pageschandan/cli-deps-2
Diffstat (limited to 'man/bst-artifact-push.1')
-rw-r--r-- | man/bst-artifact-push.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/bst-artifact-push.1 b/man/bst-artifact-push.1 index 75f394d58..88cf96abf 100644 --- a/man/bst-artifact-push.1 +++ b/man/bst-artifact-push.1 @@ -1,4 +1,4 @@ -.TH "BST ARTIFACT PUSH" "1" "2020-04-23" "" "bst artifact push Manual" +.TH "BST ARTIFACT PUSH" "1" "2020-05-07" "" "bst artifact push Manual" .SH NAME bst\-artifact\-push \- Push a built artifact .SH SYNOPSIS @@ -25,10 +25,12 @@ Specify `--deps` to control which artifacts to push: .PP none: No dependencies, just the element itself + run: Runtime dependencies, including the element itself + build: Build time dependencies, excluding the element itself all: All dependencies .SH OPTIONS .TP -\fB\-d,\fP \-\-deps [none|all] +\fB\-d,\fP \-\-deps [build|none|run|all] The dependencies to push [default: none] .TP \fB\-r,\fP \-\-remote TEXT |