summaryrefslogtreecommitdiff
path: root/doc/git-annex.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r--doc/git-annex.mdwn8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index 1cb079ae9..4f02db12f 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -155,13 +155,13 @@ Many git-annex commands will stage changes for later `git commit` by you.
* unused
- Checks the annex for data that does not correspond to any files currently
- in the respository, and prints a numbered list of the data.
+ Checks the annex for data that does not correspond to any files present
+ in the currently checked out branch, and prints a numbered list of the data.
To only show unused temp and bad files, specify --fast
- To check data on a remote that does not correspond to any files currently
- in the local repository, specify --from.
+ To check data on a remote that does not correspond to any files present
+ on the locally checked out branch, specify --from.
* dropunused [number ...]