More accurately describes its behavior.
<> help "display history of total sizes of all repositories"
)
<*> optional (option (eitherReader parseDuration)
- ( long "when" <> metavar paramTime
- <> help "when to display changed size"
+ ( long "interval" <> metavar paramTime
+ <> help "minimum time between displays of changed size"
))
<*> switch
( long "raw-date"
This is like `--sizesof`, but it displays the total size of all
known repositories.
-* `--when=time`
+* `--interval=time`
When using `--sizesof`, `--sizes`, and `--totalsizes`, this
- controls how often to display the size. The default is to
- display each change to the size.
+ controls the minimum interval between displays of the size.
+ The default is to display each recorded change to the size.
The time is of the form "30d" or "1y".