1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-20 06:46:50 +02:00
mu/man/exit-code.inc
2023-09-13 23:04:44 +03:00

15 lines
400 B
PHP

* EXIT CODE
This command returns 0 upon successful completion, or a non-zero exit code
otherwise.
0. success
2. no matches found. Try a different query
11. database schema mismatch. You need to re-initialize ~mu~, see *mu-init(1)*
19. failed to acquire lock. Some other program has exclusive access to the mu database
99. caught an exception
# Local Variables:
# mode: org
# End: