rename --when to --interval
More accurately describes its behavior.
This commit is contained in:
parent
1ddec09f7c
commit
21e66ce209
2 changed files with 5 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue