From 769ad80486cd73d1b88378aaed9750722ff13d8e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 15 Dec 2013 14:54:52 -0400 Subject: [PATCH] improve docs --- doc/git-annex.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 692641caf5..987e78afba 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 ...]`