rename --when to --interval

More accurately describes its behavior.
This commit is contained in:
Joey Hess 2023-11-14 11:45:16 -04:00
parent 1ddec09f7c
commit 21e66ce209
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 5 additions and 5 deletions

View file

@ -80,8 +80,8 @@ optParser desc = LogOptions
<> 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"