diff options
-rw-r--r-- | src/Trivmix.hs | 6 | ||||
-rw-r--r-- | trivmix.cabal | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/Trivmix.hs b/src/Trivmix.hs index abb7c32..ede6f67 100644 --- a/src/Trivmix.hs +++ b/src/Trivmix.hs | |||
@@ -81,9 +81,9 @@ optionParser = Options <$> | |||
81 | <> metavar "FILE" | 81 | <> metavar "FILE" |
82 | ) | 82 | ) |
83 | ) | 83 | ) |
84 | <*> some (strOption ( long "level" | 84 | <*> some (strArgument ( metavar "FILE..." |
85 | <> metavar "FILE" | 85 | <> help "Files that contain levels to assume and synchronize" |
86 | ) | 86 | ) |
87 | ) | 87 | ) |
88 | 88 | ||
89 | initialLevel :: Level | 89 | initialLevel :: Level |
diff --git a/trivmix.cabal b/trivmix.cabal index ec5f806..c986fe2 100644 --- a/trivmix.cabal +++ b/trivmix.cabal | |||
@@ -2,7 +2,7 @@ | |||
2 | -- documentation, see http://haskell.org/cabal/users-guide/ | 2 | -- documentation, see http://haskell.org/cabal/users-guide/ |
3 | 3 | ||
4 | name: trivmix | 4 | name: trivmix |
5 | version: 2.0.0 | 5 | version: 2.1.0 |
6 | -- synopsis: | 6 | -- synopsis: |
7 | -- description: | 7 | -- description: |
8 | license: PublicDomain | 8 | license: PublicDomain |