diff options
author | Angelos Evripiotis <jevripiotis@bloomberg.net> | 2018-11-29 16:55:46 +0400 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2018-11-30 09:34:38 +0000 |
commit | 1f31aefc2afb3e09cd294e83cb3cace4af076613 (patch) | |
tree | 356f2a451b41a9e5d248ffebbab384425623b5ec /man/bst-source-checkout.1 | |
parent | f6c184f5bdaa664d543d00c6f42f25614d0f79dd (diff) | |
download | buildstream-1f31aefc2afb3e09cd294e83cb3cace4af076613.tar.gz |
man/: update with changes since Apr 2018
It seems that the regenerated man pages haven't been committed for some
time. Add them all in one lump now.
Had to manually strip the version number from the generated files.
Had to manually fix the NAME field of bst.1 to not be 'bst - None'.
Oddly had to invoke click-man directly in order to get the changes to
be applied, the usual setup.py route mentioned in contributing.rst
didn't work.
Eyeballed the result of invoking man on each of the commands, seems
good.
Diffstat (limited to 'man/bst-source-checkout.1')
-rw-r--r-- | man/bst-source-checkout.1 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/man/bst-source-checkout.1 b/man/bst-source-checkout.1 new file mode 100644 index 000000000..115a77afb --- /dev/null +++ b/man/bst-source-checkout.1 @@ -0,0 +1,19 @@ +.TH "BST SOURCE-CHECKOUT" "1" "29-Nov-2018" "" "bst source-checkout Manual" +.SH NAME +bst\-source-checkout \- Checkout sources for an element +.SH SYNOPSIS +.B bst source-checkout +[OPTIONS] ELEMENT LOCATION +.SH DESCRIPTION +Checkout sources of an element to the specified location + +.SH OPTIONS +.TP +\fB\-\-except\fP PATH +Except certain dependencies +.TP +\fB\-d,\fP \-\-deps [build|none|run|all] +The dependencies whose sources to checkout (default: none) +.TP +\fB\-\-fetch\fP +Fetch elements if they are not fetched
\ No newline at end of file |