diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-06-16 19:01:06 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-06-16 19:01:06 -0400 |
commit | 87ec070e779d364952a2854dfc0f05028c0493f1 (patch) | |
tree | e745b8ccefd32e22e9bdf2bb32094fb567e97b29 /Command | |
parent | bf609dc9bf422363cd1b880619b83b69ce7b4734 (diff) |
on second thought, sync --content --unused is probably not useful, remove
Diffstat (limited to 'Command')
-rw-r--r-- | Command/Sync.hs | 1 |
1 files changed, 0 insertions, 1 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 |