aboutsummaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2013-04-18 00:19:21 -0300
committerHisham Muhammad <hisham@gobolinux.org>2013-04-18 00:19:21 -0300
commit99dcdc22319f38051087ab6929cfec170d784f0c (patch)
treeb467addd49a643550ddc540452df0ff29cfd3bea /src/bin
parent6cc2c255777d77a73197ed6b960f898391dabfe6 (diff)
downloadluarocks-99dcdc22319f38051087ab6929cfec170d784f0c.tar.gz
luarocks-99dcdc22319f38051087ab6929cfec170d784f0c.tar.bz2
luarocks-99dcdc22319f38051087ab6929cfec170d784f0c.zip
Improve "see help" messages and always use the name by which the luarocks program was launched.
Diffstat (limited to 'src/bin')
-rwxr-xr-xsrc/bin/luarocks1
-rwxr-xr-xsrc/bin/luarocks-admin1
2 files changed, 0 insertions, 2 deletions
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 @@
2 2
3local command_line = require("luarocks.command_line") 3local command_line = require("luarocks.command_line")
4 4
5program_name = "luarocks"
6program_description = "LuaRocks main command-line interface" 5program_description = "LuaRocks main command-line interface"
7 6
8commands = {} 7commands = {}
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 @@
2 2
3local command_line = require("luarocks.command_line") 3local command_line = require("luarocks.command_line")
4 4
5program_name = "luarocks-admin"
6program_description = "LuaRocks repository administration interface" 5program_description = "LuaRocks repository administration interface"
7 6
8commands = { 7commands = {