summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-05-19 14:35:56 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-05-19 14:35:56 -0400
commit349075722085c704398e7a746dc83d1124a8e74f (patch)
tree6b08380a692263a21a754d3e7fc3a88b141a0e08
parenta5351d739d86513973b82aaabe58f7d1c5f829ea (diff)
document exit codes of inannex
-rw-r--r--doc/git-annex-shell.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/git-annex-shell.mdwn b/doc/git-annex-shell.mdwn
index 4185774e7..0313fd7c8 100644
--- a/doc/git-annex-shell.mdwn
+++ b/doc/git-annex-shell.mdwn
@@ -38,6 +38,10 @@ first "/~/" or "/~user/" is expanded to the specified home directory.
This checks if all specified keys are present in the annex,
and exits zero if so.
+ Exits 1 if the key is certianly not present in the annex.
+ Exits 100 if it's unable to tell (perhaps the key is in the process of
+ being removed from the annex).
+
* dropkey directory [key ...]
This drops the annexed data for the specified keys.