summaryrefslogtreecommitdiff
path: root/man/bst-workspace-open.1
diff options
context:
space:
mode:
authorAngelos Evripiotis <jevripiotis@bloomberg.net>2018-11-29 16:55:46 +0400
committerJürg Billeter <j@bitron.ch>2018-11-30 09:34:38 +0000
commit1f31aefc2afb3e09cd294e83cb3cace4af076613 (patch)
tree356f2a451b41a9e5d248ffebbab384425623b5ec /man/bst-workspace-open.1
parentf6c184f5bdaa664d543d00c6f42f25614d0f79dd (diff)
downloadbuildstream-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-workspace-open.1')
-rw-r--r--man/bst-workspace-open.111
1 files changed, 7 insertions, 4 deletions
diff --git a/man/bst-workspace-open.1 b/man/bst-workspace-open.1
index 926430729..319888426 100644
--- a/man/bst-workspace-open.1
+++ b/man/bst-workspace-open.1
@@ -1,9 +1,9 @@
-.TH "BST WORKSPACE OPEN" "1" "26-Apr-2018" "" "bst workspace open Manual"
+.TH "BST WORKSPACE OPEN" "1" "29-Nov-2018" "" "bst workspace open Manual"
.SH NAME
bst\-workspace\-open \- Open a new workspace
.SH SYNOPSIS
.B bst workspace open
-[OPTIONS] ELEMENT DIRECTORY
+[OPTIONS] ELEMENTS...
.SH DESCRIPTION
Open a workspace for manual source modification
.SH OPTIONS
@@ -12,7 +12,10 @@ Open a workspace for manual source modification
Do not checkout the source, only link to the given directory
.TP
\fB\-f,\fP \-\-force
-Overwrite files existing in checkout directory
+The workspace will be created even if the directory in which it will be created is not empty or if a workspace for that element already exists
.TP
\fB\-\-track\fP
-Track and fetch new source references before checking out the workspace \ No newline at end of file
+Track and fetch new source references before checking out the workspace
+.TP
+\fB\-\-directory\fP DIRECTORY
+Only for use when a single Element is given: Set the directory to use to create the workspace \ No newline at end of file