]> gitweb.factorcode.org Git - factor.git/commitdiff
command-line.startup: -help isn't going to be set.
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 2 Feb 2017 18:00:23 +0000 (10:00 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 2 Feb 2017 18:00:23 +0000 (10:00 -0800)
basis/command-line/startup/startup.factor

index 3a9b8cd89422fdb50620c5eefbeab505cede7f13..5d5fca126cae3833f7ce5e625858f54bd5c33aee 100644 (file)
@@ -36,8 +36,8 @@ from within Factor for more information.
 " write ;
 
 : help? ( -- ? )
-    "help" get "-help" get or "h" get or
-    os windows? [ script get "/?" = ] [ f ] if or ;
+    "help" get "h" get or
+    os windows? [ script get "/?" = or ] when ;
 
 : command-line-startup ( -- )
     (command-line) parse-command-line