From 3d42a34df316ff198fb1219324ff89092f6b9bcc Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Thu, 9 Jan 2014 17:43:44 +0100 Subject: don't print process info when help is displayed --- install.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.bat b/install.bat index 8f877c57..55781d67 100644 --- a/install.bat +++ b/install.bat @@ -519,6 +519,8 @@ end print(S"LuaRocks $VERSION.x installer.\n") +parse_options(config) + print([[ ======================== @@ -527,7 +529,6 @@ print([[ ]]) -parse_options(config) check_flags() if not permission() then -- cgit v1.2.3-55-g6feb