diff options
| author | hallgren <hallgren@chalmers.se> | 2014-10-20 19:45:43 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2014-10-20 19:45:43 +0000 |
| commit | a9bc1160521a0196ab8407a565b7643fe649f6f6 (patch) | |
| tree | 12f67936bec7e99800cfbefbe5145df2b42e0d29 /src/compiler/GF/Main.hs | |
| parent | 8337a19b40301bfda5dd74c6d975072f168538de (diff) | |
Some small documentation improvements
Diffstat (limited to 'src/compiler/GF/Main.hs')
| -rw-r--r-- | src/compiler/GF/Main.hs | 1 |
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 |
