diff options
-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) |