on second thought, sync --content --unused is probably not useful, remove
This commit is contained in:
parent
8b0549b408
commit
5b801fcad9
2 changed files with 0 additions and 7 deletions
|
@ -61,7 +61,6 @@ syncOptions =
|
|||
[ contentOption
|
||||
, messageOption
|
||||
, allOption
|
||||
, unusedOption
|
||||
]
|
||||
|
||||
contentOption :: Option
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue