summaryrefslogtreecommitdiff
path: root/man/bst-checkout.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/bst-checkout.1')
-rw-r--r--man/bst-checkout.112
1 files changed, 8 insertions, 4 deletions
diff --git a/man/bst-checkout.1 b/man/bst-checkout.1
index 7f213be82..fcd212e8d 100644
--- a/man/bst-checkout.1
+++ b/man/bst-checkout.1
@@ -3,14 +3,14 @@
bst\-checkout \- Checkout a built artifact
.SH SYNOPSIS
.B bst checkout
-[OPTIONS] ELEMENT DIRECTORY
+[OPTIONS] ELEMENT LOCATION
.SH DESCRIPTION
-Checkout a built artifact to the specified directory
+Checkout a built artifact to the specified location
.SH OPTIONS
.TP
\fB\-f,\fP \-\-force
-Overwrite files existing in checkout directory
+Allow files to be overwritten
.TP
\fB\-d,\fP \-\-deps [run|none]
The dependencies to checkout (default: run)
@@ -19,4 +19,8 @@ The dependencies to checkout (default: run)
Whether to run integration commands
.TP
\fB\-\-hardlinks\fP
-Checkout hardlinks instead of copies (handle with care) \ No newline at end of file
+Checkout hardlinks instead of copies (handle with care)
+.TP
+\fB\-\-tar\fP
+Create a tarball from the artifact contents instead of a file tree. If
+LOCATION is '-', the tarball will be dumped to the standard output.