summaryrefslogtreecommitdiff
path: root/adjmix/Adjmix.hs
diff options
context:
space:
mode:
Diffstat (limited to 'adjmix/Adjmix.hs')
-rw-r--r--adjmix/Adjmix.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/adjmix/Adjmix.hs b/adjmix/Adjmix.hs
index cd5f4e4..5133973 100644
--- a/adjmix/Adjmix.hs
+++ b/adjmix/Adjmix.hs
@@ -28,7 +28,7 @@ optionParser = do
28 , help "Base directory" 28 , help "Base directory"
29 ] 29 ]
30 levelFile <- strOption $ mconcat 30 levelFile <- strOption $ mconcat
31 [ long "level", metavar "FILENAME", showDefault 31 [ long "level", short 'l', metavar "FILENAME", showDefault
32 , value "level" 32 , value "level"
33 , help "Filename of the level file" 33 , help "Filename of the level file"
34 ] 34 ]