This is an automated email from the ASF dual-hosted git repository. root pushed a commit to branch aevri/safe_noninteractive in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 38f0853abbcf574df87f8a8abd6cee5b10666e26 Author: Angelos Evripiotis <[email protected]> AuthorDate: Thu Nov 29 19:53:08 2018 +0400 man/bst-workspace-{close,reset}: add --assume-yes Regenerate the man pages for workspace close and reset, to include the new '--assume-yes' option. Previewed with 'man' locally and looks good. Oddly had to invoke 'click-man bst' directly in order to get it to regen, instead of the usual setup.py route. --- man/bst-workspace-close.1 | 5 ++++- man/bst-workspace-reset.1 | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/man/bst-workspace-close.1 b/man/bst-workspace-close.1 index c085b35..5e62ca3 100644 --- a/man/bst-workspace-close.1 +++ b/man/bst-workspace-close.1 @@ -12,4 +12,7 @@ Close a workspace Remove the path that contains the closed workspace .TP \fB\-a,\fP \-\-all -Close all open workspaces \ No newline at end of file +Close all open workspaces +.TP +\fB\-y,\fP \-\-assume\-yes +Assume 'yes' to confirmation of destructive changes \ No newline at end of file diff --git a/man/bst-workspace-reset.1 b/man/bst-workspace-reset.1 index 8d3d681..e3db512 100644 --- a/man/bst-workspace-reset.1 +++ b/man/bst-workspace-reset.1 @@ -12,4 +12,7 @@ Reset a workspace to its original state Track and fetch the latest source before resetting .TP \fB\-a,\fP \-\-all -Reset all open workspaces \ No newline at end of file +Reset all open workspaces +.TP +\fB\-y,\fP \-\-assume\-yes +Assume 'yes' to confirmation of destructive changes \ No newline at end of file
