summaryrefslogtreecommitdiff
path: root/man/bst-source-checkout.1
diff options
context:
space:
mode:
authorChandan Singh <csingh43@bloomberg.net>2019-10-29 13:03:13 +0000
committerChandan Singh <chandan@chandansingh.net>2019-11-04 11:01:14 +0000
commit9765eba16cd097db1e2496dbdca1e313d59bbe49 (patch)
tree750a9b88a7cd22c9907a880cb47fcbcf5f245f49 /man/bst-source-checkout.1
parent230815d1b9dee44cc9aaa880c04e0eca7eba736f (diff)
downloadbuildstream-9765eba16cd097db1e2496dbdca1e313d59bbe49.tar.gz
Regenerate man pages after removal of `--track*` from `bst build`
Diffstat (limited to 'man/bst-source-checkout.1')
-rw-r--r--man/bst-source-checkout.118
1 files changed, 12 insertions, 6 deletions
diff --git a/man/bst-source-checkout.1 b/man/bst-source-checkout.1
index 4a3e1edd9..6af45c720 100644
--- a/man/bst-source-checkout.1
+++ b/man/bst-source-checkout.1
@@ -1,9 +1,9 @@
-.TH "BST SOURCE CHECKOUT" "1" "14-Jul-2019" "" "bst source checkout Manual"
+.TH "BST SOURCE CHECKOUT" "1" "31-Oct-2019" "" "bst source checkout Manual"
.SH NAME
-bst\-source\-checkout \- Checkout sources for an element
+bst\-source\-checkout \- Checkout sources of an element
.SH SYNOPSIS
.B bst source checkout
-[OPTIONS] [ELEMENT] [LOCATION]
+[OPTIONS] [ELEMENT]
.SH DESCRIPTION
Checkout sources of an element to the specified location
.PP
@@ -18,10 +18,16 @@ Allow files to be overwritten
Except certain dependencies
.TP
\fB\-d,\fP \-\-deps [build|none|run|all]
-The dependencies whose sources to checkout (default: none)
+The dependencies whose sources to checkout [default: none]
.TP
-\fB\-\-tar\fP
-Create a tarball from the element's sources instead of a file tree.
+\fB\-\-tar\fP LOCATION
+Create a tarball containing the sources instead of a file tree.
+.TP
+\fB\-\-compression\fP [gz|xz|bz2]
+The compression option of the tarball created.
.TP
\fB\-\-include\-build\-scripts\fP
.PP
+.TP
+\fB\-\-directory\fP DIRECTORY
+The directory to checkout the sources to