on second thought, sync --content --unused is probably not useful, remove

This commit is contained in:
Joey Hess 2015-06-16 19:01:06 -04:00
parent 8b0549b408
commit 5b801fcad9
2 changed files with 0 additions and 7 deletions

View file

@ -61,7 +61,6 @@ syncOptions =
[ contentOption [ contentOption
, messageOption , messageOption
, allOption , allOption
, unusedOption
] ]
contentOption :: Option contentOption :: Option

View file

@ -65,12 +65,6 @@ by running "git annex sync" on the remote.
will only match the version of files currently in the work tree, but not will only match the version of files currently in the work tree, but not
past versions of files. past versions of files.
* `--unused`
This option, when combined with `--content`, makes files
found by last run of git-annex unused be synced, when preferred content
settings allow.
# SEE ALSO # SEE ALSO
[[git-annex]](1) [[git-annex]](1)