From 1f31aefc2afb3e09cd294e83cb3cace4af076613 Mon Sep 17 00:00:00 2001 From: Angelos Evripiotis Date: Thu, 29 Nov 2018 16:55:46 +0400 Subject: 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. --- man/bst-source-checkout.1 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 man/bst-source-checkout.1 (limited to 'man/bst-source-checkout.1') 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 -- cgit v1.2.1