diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-07-27 16:00:20 +0100 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-07-27 16:04:45 +0100 |
commit | 332fed488a8b8af995dbd346654b157b75846adf (patch) | |
tree | 0afbcc011a922c3442c6bdfb7345cbe613f443b6 /man/bst-workspace-reset.1 | |
parent | edb3e15acfca6c677ea0b4141c94e64209983f61 (diff) | |
download | buildstream-332fed488a8b8af995dbd346654b157b75846adf.tar.gz |
Updated man pages.
Now includes man pages for workspace commands and
also the bst-artifact-receive helper program.
Diffstat (limited to 'man/bst-workspace-reset.1')
-rw-r--r-- | man/bst-workspace-reset.1 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/man/bst-workspace-reset.1 b/man/bst-workspace-reset.1 new file mode 100644 index 000000000..215f5ca23 --- /dev/null +++ b/man/bst-workspace-reset.1 @@ -0,0 +1,24 @@ +.TH "BST WORKSPACE RESET" "1" "27-Jul-2017" "" "bst workspace reset Manual" +.SH NAME +bst\-workspace\-reset \- Reset a workspace to its original state +.SH SYNOPSIS +.B bst workspace reset +[OPTIONS] ELEMENT +.SH DESCRIPTION +Reset a workspace to its original state +.SH OPTIONS +.TP +\fB\-s,\fP \-\-source TEXT +The source of the workspace to reset. Projects with one source may omit this +.TP +\fB\-\-track\fP +Track and fetch the latest source before resetting +.TP +\fB\-\-no\-checkout\fP +Do not checkout the source, only link to the given directory +.TP +\fB\-\-variant\fP TEXT +A variant of the specified target +.TP +\fB\-\-yes\fP +Confirm the action without prompting.
\ No newline at end of file |