diff options
Diffstat (limited to 'adjmix')
-rw-r--r-- | adjmix/Adjmix.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adjmix/Adjmix.hs b/adjmix/Adjmix.hs index bc04a50..debeab3 100644 --- a/adjmix/Adjmix.hs +++ b/adjmix/Adjmix.hs | |||
@@ -61,7 +61,7 @@ optionParser = do | |||
61 | ]) | 61 | ]) |
62 | ] | 62 | ] |
63 | adjBy = option auto (mconcat | 63 | adjBy = option auto (mconcat |
64 | [ long "by", short 'b', metavar "LEVEL", value (read "5dB"), showDefault | 64 | [ long "by", short 'b', metavar "LEVEL", value (read "2.5dB"), showDefault |
65 | , help "Value to increase/decrease level by when using ‘--inc’ or ‘--dec’" | 65 | , help "Value to increase/decrease level by when using ‘--inc’ or ‘--dec’" |
66 | ]) | 66 | ]) |
67 | in ($) <$> adjMode <*> adjBy | 67 | in ($) <$> adjMode <*> adjBy |