diff options
| author | aarne <unknown> | 2004-08-03 15:21:01 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2004-08-03 15:21:01 +0000 |
| commit | 166a32b1e7b29263edb89a630a093fca38ca1909 (patch) | |
| tree | 05326b4f39d9de084957b1f2c84201bb934245b3 /src/GF/Shell | |
| parent | a843c8e0ec91428fa138feedf73d80d6f936fb7e (diff) | |
testing grammar distr
Diffstat (limited to 'src/GF/Shell')
| -rw-r--r-- | src/GF/Shell/ShellCommands.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Shell/ShellCommands.hs b/src/GF/Shell/ShellCommands.hs index 09a550704..909bff386 100644 --- a/src/GF/Shell/ShellCommands.hs +++ b/src/GF/Shell/ShellCommands.hs @@ -129,7 +129,7 @@ testValidFlag st f x = case f of optionsOfCommand :: Command -> ([String],[String]) optionsOfCommand co = case co of - CImport _ -> both "old v s opt src retain nocf nocheckcirc cflexer" + CImport _ -> both "old v s opt src retain nocf nocheckcirc cflexer noemit o" "abs cnc res path" CRemoveLanguage _ -> none CEmptyState -> none |
