diff options
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 692641caf..987e78afb 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -731,7 +731,7 @@ subdirectories). This plumbing-level command looks up the key used for a file in the index. The key is output to stdout. If there is no key (because - the file is not added to git, or is not a git-annex managed file), + the file is not present in the index, or is not a git-annex managed file), nothing is output, and it exits nonzero. * `examinekey [key ...]` |