diff --git a/command-line-parser.dylan b/command-line-parser.dylan index fade93b..df78bc4 100644 --- a/command-line-parser.dylan +++ b/command-line-parser.dylan @@ -306,6 +306,7 @@ define method execute-command format(*standard-error*, " Use '%s %s' to see a list of subcommands.", program-name(), help.subcommand-name); end; + format(*standard-error*, "\n"); 2 // usage error end end method;