diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2013-04-18 00:19:21 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2013-04-18 00:19:21 -0300 |
commit | 99dcdc22319f38051087ab6929cfec170d784f0c (patch) | |
tree | b467addd49a643550ddc540452df0ff29cfd3bea /src/bin | |
parent | 6cc2c255777d77a73197ed6b960f898391dabfe6 (diff) | |
download | luarocks-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-x | src/bin/luarocks | 1 | ||||
-rwxr-xr-x | src/bin/luarocks-admin | 1 |
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 | ||
3 | local command_line = require("luarocks.command_line") | 3 | local command_line = require("luarocks.command_line") |
4 | 4 | ||
5 | program_name = "luarocks" | ||
6 | program_description = "LuaRocks main command-line interface" | 5 | program_description = "LuaRocks main command-line interface" |
7 | 6 | ||
8 | commands = {} | 7 | 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 @@ | |||
2 | 2 | ||
3 | local command_line = require("luarocks.command_line") | 3 | local command_line = require("luarocks.command_line") |
4 | 4 | ||
5 | program_name = "luarocks-admin" | ||
6 | program_description = "LuaRocks repository administration interface" | 5 | program_description = "LuaRocks repository administration interface" |
7 | 6 | ||
8 | commands = { | 7 | commands = { |