clix.lua

changeset 102
f1166645a56c
parent 89
a8b63fbad807
child 122
1dfd28db10bd
--- a/clix.lua	Sun Mar 31 02:56:39 2013 +0100
+++ b/clix.lua	Wed Aug 20 12:05:46 2014 +0200
@@ -10,7 +10,8 @@
 
 -- Global to allow commands to add to it
 short_opts = { v = "verbose", q = "quiet", t = "to", f = "from", e = "type",
-	a = "account", p = "password", r = "resource", o = "presence", c = "chatroom", i = "interactive" }
+	a = "account", p = "password", r = "resource", o = "presence", c = "chatroom", i = "interactive",
+    f = "file" }
 
 if #arg < 1 then
 	print("Command Line XMPP, available commands:");

mercurial