From d763d3668d285c2b9a5f0095dea68d483d7cff70 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Fri, 10 Mar 2023 11:30:39 +0100 Subject: just-mr man page: document all exit codes --- share/man/just-mr.1.org | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'share') diff --git a/share/man/just-mr.1.org b/share/man/just-mr.1.org index b8f84635..e30fe682 100644 --- a/share/man/just-mr.1.org +++ b/share/man/just-mr.1.org @@ -200,7 +200,13 @@ applies. The exit status of ~just-mr~ is one of the following values: - 0: the command completed successfully - 64: setup succeeded, but exec failed - - 65: any other error occurred in just-mr + - 65: any unspecified error occurred in just-mr + - 66: unknown subcommand + - 67: error parsing the command-line arguments + - 68: error parsing the configuration + - 69: error during fetch + - 70: error during update + - 71: error during setup Any other exit code that does not have bit 64 set is a status value from ~just~, if ~just-mr~ is used as a launcher. See *just(1)* for more details. -- cgit v1.2.3