diff options
Diffstat (limited to 'src/compiler/GF/Command/Help.hs')
| -rw-r--r-- | src/compiler/GF/Command/Help.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/compiler/GF/Command/Help.hs b/src/compiler/GF/Command/Help.hs index a1a6c0aaf..a1a4716ee 100644 --- a/src/compiler/GF/Command/Help.hs +++ b/src/compiler/GF/Command/Help.hs @@ -59,8 +59,6 @@ compact [] = [] compact ([]:xs@([]:_)) = compact xs compact (x:xs) = x:compact xs -mkEx s = let (command,expl) = break (=="--") (words s) in (unwords command, unwords (drop 1 expl)) - helpCommand allCommands = ("h", emptyCommandInfo { longname = "help", |
