From 6909c20e69f08d256360dd29e50eacd02f49dfb8 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 12 Sep 2020 16:57:14 +0300 Subject: Exit with status 2 for recoverable errors --- bpkg/bpkg.cli | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'bpkg/bpkg.cli') 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.|| " } -- cgit v1.1