diff options
author | Tiago Gomes <tiago.gomes@codethink.co.uk> | 2018-07-17 17:34:17 +0100 |
---|---|---|
committer | Tiago Gomes <tiago.avv@gmail.com> | 2018-07-20 09:07:01 +0000 |
commit | 790fb40b75075c9af64798df3aa54fd4d8fe140e (patch) | |
tree | b464d08c29727f3a633fb1d0003179e229109005 /man | |
parent | fc63b97274f1022c03c7adc44fb8f6868078addd (diff) | |
download | buildstream-790fb40b75075c9af64798df3aa54fd4d8fe140e.tar.gz |
Update checkout man page for new --deps option
Diffstat (limited to 'man')
-rw-r--r-- | man/bst-checkout.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/bst-checkout.1 b/man/bst-checkout.1 index aaf14203c..1a9829624 100644 --- a/man/bst-checkout.1 +++ b/man/bst-checkout.1 @@ -12,8 +12,11 @@ Checkout a built artifact to the specified directory \fB\-f,\fP \-\-force Overwrite files existing in checkout directory .TP +\fB\-f,\fP \-\-deps +The dependencies to checkout (default: run) +.TP \fB\-\-integrate\fP / \-\-no\-integrate 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) |