From 99dcdc22319f38051087ab6929cfec170d784f0c Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Thu, 18 Apr 2013 00:19:21 -0300 Subject: Improve "see help" messages and always use the name by which the luarocks program was launched. --- src/bin/luarocks | 1 - src/bin/luarocks-admin | 1 - 2 files changed, 2 deletions(-) (limited to 'src/bin') diff --git a/src/bin/luarocks b/src/bin/luarocks index aaafb905..b64051d4 100755 --- a/src/bin/luarocks +++ b/src/bin/luarocks @@ -2,7 +2,6 @@ local command_line = require("luarocks.command_line") -program_name = "luarocks" program_description = "LuaRocks main command-line interface" commands = {} diff --git a/src/bin/luarocks-admin b/src/bin/luarocks-admin index 69814459..4c5613ca 100755 --- a/src/bin/luarocks-admin +++ b/src/bin/luarocks-admin @@ -2,7 +2,6 @@ local command_line = require("luarocks.command_line") -program_name = "luarocks-admin" program_description = "LuaRocks repository administration interface" commands = { -- cgit v1.2.3-55-g6feb