diff options
Diffstat (limited to 'samples/cddb.lua')
-rw-r--r-- | samples/cddb.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/cddb.lua b/samples/cddb.lua index aefa04e..daa5df1 100644 --- a/samples/cddb.lua +++ b/samples/cddb.lua | |||
@@ -1,5 +1,5 @@ | |||
1 | socket = require("socket") | 1 | local socket = require("socket") |
2 | http = require("http") | 2 | local http = require("http") |
3 | 3 | ||
4 | if not arg or not arg[1] or not arg[2] then | 4 | if not arg or not arg[1] or not arg[2] then |
5 | print("luasocket cddb.lua <category> <disc-id> [<server>]") | 5 | print("luasocket cddb.lua <category> <disc-id> [<server>]") |