diff --git a/collects/compiler/commands/exe.rkt b/collects/compiler/commands/exe.rkt index 59a956f60f..117e44429b 100644 --- a/collects/compiler/commands/exe.rkt +++ b/collects/compiler/commands/exe.rkt @@ -23,7 +23,7 @@ #:once-each [("-o") file "Write executable as " (exe-output file)] - [("--gui") "Geneate GUI executable" + [("--gui") "Generate GUI executable" (gui #t)] [("--collects-path") path "Set as main collects for executable" (exe-embedded-collects-path path)]