summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/man/just-mr.1.org8
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.