diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-03-10 11:30:39 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-03-10 11:30:39 +0100 |
commit | d763d3668d285c2b9a5f0095dea68d483d7cff70 (patch) | |
tree | 2ea7b3b765ae55442dd46dd6aab5924f4dd97edb | |
parent | 15fec6cd3b63e547c3cedf35b8d58b8e09d1c25f (diff) | |
download | justbuild-d763d3668d285c2b9a5f0095dea68d483d7cff70.tar.gz |
just-mr man page: document all exit codes
-rw-r--r-- | share/man/just-mr.1.org | 8 |
1 files changed, 7 insertions, 1 deletions
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. |