aboutsummaryrefslogtreecommitdiff
path: root/samples/cddb.lua
diff options
context:
space:
mode:
Diffstat (limited to 'samples/cddb.lua')
-rw-r--r--samples/cddb.lua4
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 @@
1socket = require("socket") 1local socket = require("socket")
2http = require("http") 2local http = require("http")
3 3
4if not arg or not arg[1] or not arg[2] then 4if 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>]")