diff options
| author | aarne <aarne@cs.chalmers.se> | 2006-02-25 18:59:32 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2006-02-25 18:59:32 +0000 |
| commit | 3cbd135010a597aa4caf1098bd21b95814f5de64 (patch) | |
| tree | ea2769c8dc81619830e56a9fe5fd406db143ee2a /src/GF/Shell | |
| parent | 56a9e025d59d3c6df9f07a6304f7d1d56dfd96b2 (diff) | |
resource specialized to present tense ; preprocessor flag
Diffstat (limited to 'src/GF/Shell')
| -rw-r--r-- | src/GF/Shell/HelpFile.hs | 1 | ||||
| -rw-r--r-- | src/GF/Shell/ShellCommands.hs | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/GF/Shell/HelpFile.hs b/src/GF/Shell/HelpFile.hs index ecb8c5bc4..e61c5cc6a 100644 --- a/src/GF/Shell/HelpFile.hs +++ b/src/GF/Shell/HelpFile.hs @@ -74,6 +74,7 @@ txtHelpFile = "\n -optimize select an optimization to override file-defined flags" ++ "\n -conversion select parsing method (values strict|nondet)" ++ "\n -probs read probabilities from file (format (--# prob) Fun Double)" ++ + "\n -preproc use a preprocessor on each source file" ++ "\n -noparse read nonparsable functions from file (format --# noparse Funs) " ++ "\n examples:" ++ "\n i English.gf -- ordinary import of Concrete" ++ diff --git a/src/GF/Shell/ShellCommands.hs b/src/GF/Shell/ShellCommands.hs index 9918e5225..59500e7fa 100644 --- a/src/GF/Shell/ShellCommands.hs +++ b/src/GF/Shell/ShellCommands.hs @@ -170,7 +170,7 @@ optionsOfCommand co = case co of "cat lang lexer parser number depth rawtrees unlexer optimize path conversion printer" CImport _ -> both "old v s src gfc retain nocf nocheckcirc cflexer noemit o ex prob" - "abs cnc res path optimize conversion cat probs noparse" + "abs cnc res path optimize conversion cat preproc probs noparse" CRemoveLanguage _ -> none CEmptyState -> none CStripState -> none |
