diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-18 17:24:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-18 17:24:18 -0400 |
commit | 72bd1369cd32320bb268b16b97032b1f11b33edc (patch) | |
tree | a3755b42a8a78da084d55d6292b15417f3debbb0 /doc | |
parent | 8fd72896652925d9d85b4e2ff27b31a2a2af92af (diff) |
dropunused, addunused: Allow "all" instead of a range to act on all unused data.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/git-annex.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 4cf29155b..15b8fd204 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -509,6 +509,7 @@ subdirectories). `git annex unused` You can also specify ranges of numbers, such as "1-1000". + Or, specify "all" to drop all unused data. To drop the data from a remote, specify `--from.` |