summaryrefslogtreecommitdiff
path: root/doc/git-annex.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-11-15 18:22:50 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-11-15 18:22:50 -0400
commit11096c200f4050c1e4cdb4fbab9410055c6e1c02 (patch)
treedbf8ef11c48fbf5ff9e2031d3280ff3e9bc8423b /doc/git-annex.mdwn
parentd6f7ee7db46208d132f305ab651b0bf082be348e (diff)
fsck no longer runs unused
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r--doc/git-annex.mdwn4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index 42f80a3dc..3df835eac 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -124,12 +124,10 @@ Many git-annex subcommands will stage changes for later `git commit` by you.
Checks the annex for data that is not used by any files currently
in the annex, and prints a numbered list of the data.
- (This is run as part of `git annex fsck`.)
-
* dropunused [number ...]
Drops the data corresponding to the numbers, as listed by the last
- `git annex unused` or `git annex fsck`
+ `git annex unused`
* find [path ...]