diff options
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 = { |
