diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-03-06 12:45:57 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-03-06 12:45:57 -0400 |
commit | 9c80035727bddc2af69fb9cab41dbf965fe496ec (patch) | |
tree | 3492b796b6ebd993d678a8dc6a7fe8195cd4dc95 /doc | |
parent | 24f3781fcaa7e99e4eaf1cb1b5771c6091717799 (diff) |
dropkey: Add --batch.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/git-annex-dropkey.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/git-annex-dropkey.mdwn b/doc/git-annex-dropkey.mdwn index 0db29f900..03f03ec4e 100644 --- a/doc/git-annex-dropkey.mdwn +++ b/doc/git-annex-dropkey.mdwn @@ -17,6 +17,13 @@ to have a file in the git repository pointing at them. Warning: This command does not check that enough other copies of the content exist; using it can easily result in data loss. +# OPTIONS + +* `--batch` + + Enables batch mode, in which lines containing keys to drop are read from + stdin. + # SEE ALSO [[git-annex]](1) |