diff options
| author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-11-20 08:56:19 +0000 |
|---|---|---|
| committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-11-20 08:56:19 +0000 |
| commit | 5e09779c7f6b1710150d5a0f12d86ded7ede75c6 (patch) | |
| tree | ffd2e2e7d918cc30015c89bd14122aa8cadb1546 /samples/lpr.lua | |
| parent | f20f4889bfe5a02cd9b77868b90cc8042352176a (diff) | |
| download | luasocket-5e09779c7f6b1710150d5a0f12d86ded7ede75c6.tar.gz luasocket-5e09779c7f6b1710150d5a0f12d86ded7ede75c6.tar.bz2 luasocket-5e09779c7f6b1710150d5a0f12d86ded7ede75c6.zip | |
In pre release mode!
Diffstat (limited to 'samples/lpr.lua')
| -rw-r--r-- | samples/lpr.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/lpr.lua b/samples/lpr.lua index caab387..5ab4d69 100644 --- a/samples/lpr.lua +++ b/samples/lpr.lua | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | local lp = require("socket.lp") | 1 | local lp = require("socket.lp") |
| 2 | 2 | ||
| 3 | local function usage() | 3 | local function usage() |
| 4 | print('\nUsage: lua lptest.lua [filename] [keyword=val...]\n') | 4 | print('\nUsage: lua lpr.lua [filename] [keyword=val...]\n') |
| 5 | print('Valid keywords are :') | 5 | print('Valid keywords are :') |
| 6 | print( | 6 | print( |
| 7 | ' host=remote host or IP address (default "localhost")\n' .. | 7 | ' host=remote host or IP address (default "localhost")\n' .. |
