diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-07-06 13:08:54 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-07-06 13:08:54 +0300 |
commit | 52c0f8e9669e5d80cefa62237202d5c911a2df32 (patch) | |
tree | edd965d2bff61aeb38bf4c602f67c55e4b718534 /doc/manual.cli | |
parent | a56f29d8685e9595d8bf9a29296a72427fd3cf7a (diff) |
Add support for end step id in worker
Diffstat (limited to 'doc/manual.cli')
-rw-r--r-- | doc/manual.cli | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/manual.cli b/doc/manual.cli index d08a6ff..4326a5b 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -948,6 +948,10 @@ bpkg -v update <package-name> # bpkg -v uninstall <package-name> } + +# end +# +# This step id can only be used as a breakpoint. \ For details on configuring and testing installation refer to |