summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)