# HG changeset patch # User Matthew Wild # Date 1263263747 0 # Node ID 7f649b0ba94d9dfdddb956efef58681087fca615 # Parent 2323adeb8c7c6a532054083a6b5b603be3b87f01 README: Add description of options common to all commands diff -r 2323adeb8c7c -r 7f649b0ba94d README --- 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