packages feed

sizes 2.3.0 → 2.3.1

raw patch · 2 files changed

+3/−3 lines, 2 files

Files

Main.hs view
@@ -36,7 +36,7 @@ default (Integer, Text)  version :: String-version = "2.3.0"+version = "2.3.1"  copyright :: String copyright = "2014"@@ -69,7 +69,7 @@                        &= help "Be mindful of how git-annex stores files"     , apparent   = def &= typ "BOOL"                        &= help "Print apparent sizes, rather than disk usage"-    , baseTen    = def &= name "B" &= typ "BOOL"+    , baseTen    = def &= name "H" &= typ "BOOL"                        &= help "Print amounts divided by 1000 rather than 1024"     , exclude    = def &= name "x" &= typ "REGEX"                        &= help "Sort output by count (default: by size)"
sizes.cabal view
@@ -1,6 +1,6 @@ Name: sizes -Version:  2.3.0+Version:  2.3.1 Synopsis: Recursively show space (size and i-nodes) used in subdirectories  Description: Recursively show space (size and i-nodes) used in subdirectories