summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Main.hs
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2014-10-20 19:45:43 +0000
committerhallgren <hallgren@chalmers.se>2014-10-20 19:45:43 +0000
commita9bc1160521a0196ab8407a565b7643fe649f6f6 (patch)
tree12f67936bec7e99800cfbefbe5145df2b42e0d29 /src/compiler/GF/Main.hs
parent8337a19b40301bfda5dd74c6d975072f168538de (diff)
Some small documentation improvements
Diffstat (limited to 'src/compiler/GF/Main.hs')
-rw-r--r--src/compiler/GF/Main.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/GF/Main.hs b/src/compiler/GF/Main.hs
index c7656248f..1679c376c 100644
--- a/src/compiler/GF/Main.hs
+++ b/src/compiler/GF/Main.hs
@@ -23,6 +23,7 @@ main = do
uncurry mainOpts =<< getOptions
-- | Get and parse GF command line arguments. Fix relative paths.
+-- Calls 'getArgs' and 'parseOptions'.
getOptions = do
args <- getArgs
case parseOptions args of