diff --git a/collects/compiler/commands/info.rkt b/collects/compiler/commands/info.rkt index 41b92c0eae..d97e168309 100644 --- a/collects/compiler/commands/info.rkt +++ b/collects/compiler/commands/info.rkt @@ -8,4 +8,4 @@ ("expand" compiler/commands/expand "macro-expand source" #f) ("distribute" compiler/commands/exe-dir "prepare executable(s) in a directory for distribution" #f) ("ctool" compiler/commands/ctool "compile and link C-based extensions" #f) - ("demod" compiler/demodularizer/batch "produce a whole program from a single module" #f))) + ("demodularize" compiler/demodularizer/batch "produce a whole program from a single module" #f)))