diff options
Diffstat (limited to 'src/GF/Shell/ShellCommands.hs')
| -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 b4c28ca2e..78c023f50 100644 --- a/src/GF/Shell/ShellCommands.hs +++ b/src/GF/Shell/ShellCommands.hs @@ -167,7 +167,7 @@ optionsOfCommand co = case co of CHelp _ -> opts "all filter length lexer unlexer printer transform depth number" - CImpure ICEditSession -> opts "f" + CImpure ICEditSession -> both "f" "file" CImpure ICTranslateSession -> both "f langs" "cat" _ -> none |
