From 774867ee5f6d7c9611682d41673ea9b9074d33b7 Mon Sep 17 00:00:00 2001 From: JoelNiemela Date: Thu, 2 Mar 2023 11:58:53 -0600 Subject: [PATCH] Fix incorrect comment in gxc help message --- src/gerbil/gxc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gerbil/gxc b/src/gerbil/gxc index 3f040253d..54daaca6a 100755 --- a/src/gerbil/gxc +++ b/src/gerbil/gxc @@ -7,7 +7,7 @@ (displayln "gxc [options...] ...") (displayln "Options: ") (displayln " -h,-help,--help display this usage summary and exit") - (displayln " -d set compiler output directory; defaults to $GERBIL_HOME/lib") + (displayln " -d set compiler output directory; defaults to $GERBIL_PATH/lib") (displayln " -exe compile an executable") (displayln " -o set executable output file") (displayln " -O optimize gerbil source")