diff options
author | Joey Hess <joey@kitenet.net> | 2014-01-26 14:59:47 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-01-26 14:59:47 -0400 |
commit | 6c55588a6e38bf3034e0d2fc60f62606eeb2d5bc (patch) | |
tree | 4e76fd751d21871d47c6dc235e0c9cba24dc5bf1 /doc/git-annex.mdwn | |
parent | 9b6cc6f06084d592242da171f00af256b3354841 (diff) |
All commands that support --all also support a --key option, which limits them to acting on a single key.
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 4deb715d7..fa1175fb6 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -860,6 +860,10 @@ subdirectories). Operate on all data that has been determined to be unused by a previous run of `git-annex unused`. +* `--key=key` + + Operate on only the specified key. + * `--quiet` Avoid the default verbose display of what is done; only show errors |