summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-06-16 19:01:06 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-06-16 19:01:06 -0400
commit87ec070e779d364952a2854dfc0f05028c0493f1 (patch)
treee745b8ccefd32e22e9bdf2bb32094fb567e97b29
parentbf609dc9bf422363cd1b880619b83b69ce7b4734 (diff)
on second thought, sync --content --unused is probably not useful, remove
-rw-r--r--Command/Sync.hs1
-rw-r--r--doc/git-annex-sync.mdwn6
2 files changed, 0 insertions, 7 deletions
diff --git a/Command/Sync.hs b/Command/Sync.hs
index 90f4281a4..eb6bbcea4 100644
--- a/Command/Sync.hs
+++ b/Command/Sync.hs
@@ -61,7 +61,6 @@ syncOptions =
[ contentOption
, messageOption
, allOption
- , unusedOption
]
contentOption :: Option
diff --git a/doc/git-annex-sync.mdwn b/doc/git-annex-sync.mdwn
index 2d81d44de..2f7180546 100644
--- a/doc/git-annex-sync.mdwn
+++ b/doc/git-annex-sync.mdwn
@@ -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
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
[[git-annex]](1)