README: Add description of options common to all commands

Tue, 12 Jan 2010 02:35:47 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Tue, 12 Jan 2010 02:35:47 +0000
changeset 31
7f649b0ba94d
parent 30
2323adeb8c7c
child 32
cda6a004ff79

README: Add description of options common to all commands

README file | annotate | diff | comparison | revisions
--- a/README	Tue Jan 12 02:25:42 2010 +0000
+++ b/README	Tue Jan 12 02:35:47 2010 +0000
@@ -19,6 +19,30 @@
   	The account to use from the configuration file (default 
   	is 'default')
   
+  -c
+  --chatroom[=chatroom address]
+  	Join a chatroom, if no address is specified then the value
+  	of the --to parameter is used.
+  
+  --nick=nickname
+  	The nickname to use if clix joins a chatroom, default "clix"
+  
+  -o
+  --presence
+  	Send presence, that is - appear online to contacts.
+  
+  -p
+  --password=password
+  	Set the password to use for authentication (overrides config)
+  
+  -r
+  --resource=resource
+  	Set the resource to use (default is to let the server choose)
+  
+  -q
+  --quiet
+  	Suppress informational messages
+  
   -v
   --verbose
   	Enables verbose logging of the XMPP connection

mercurial