aboutsummaryrefslogtreecommitdiff
path: root/bpkg/bpkg.cli
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-09-12 16:57:14 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-09-14 16:27:11 +0300
commit6909c20e69f08d256360dd29e50eacd02f49dfb8 (patch)
tree16f14b482632ad52333a8e598d6e021bd1c442ec /bpkg/bpkg.cli
parentc289f73d6fdc9f86b90e0986ba3b0da0c29e7927 (diff)
Exit with status 2 for recoverable errors
Diffstat (limited to 'bpkg/bpkg.cli')
-rw-r--r--bpkg/bpkg.cli15
1 files changed, 14 insertions, 1 deletions
diff --git a/bpkg/bpkg.cli b/bpkg/bpkg.cli
index b1c0a00..4975db7 100644
--- a/bpkg/bpkg.cli
+++ b/bpkg/bpkg.cli
@@ -322,6 +322,19 @@ namespace bpkg
"\h|EXIT STATUS|
- Non-zero exit status is returned in case of an error.
+ \dl|
+
+ \li|\cb{0}
+
+ Success.|
+
+ \li|\cb{1}
+
+ Fatal error.|
+
+ \li|\cb{2}
+
+ Recoverable error which is likely to disappear if the command is
+ re-executed.||
"
}