Software /
code /
clix
Comparison
README @ 30:2323adeb8c7c
README: Rename 'message' command to 'send' in the example
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 12 Jan 2010 02:25:42 +0000 |
parent | 10:49b83fa1f6fd |
child | 31:7f649b0ba94d |
comparison
equal
deleted
inserted
replaced
29:1003e44cf3b0 | 30:2323adeb8c7c |
---|---|
3 ## Description | 3 ## Description |
4 Clix is a small utility to interact with an XMPP server. It can be | 4 Clix is a small utility to interact with an XMPP server. It can be |
5 used to send messages, presence, and info queries to any XMPP address. | 5 used to send messages, presence, and info queries to any XMPP address. |
6 | 6 |
7 ## Example | 7 ## Example |
8 clix message --to=user@example.com "The kettle has now boiled" | 8 clix send --to=user@example.com "The kettle has now boiled" |
9 | 9 |
10 ## Usage | 10 ## Usage |
11 Syntax: clix COMMAND [OPTIONS] [...] | 11 Syntax: clix COMMAND [OPTIONS] [...] |
12 | 12 |
13 Different commands accept different sets of options, but they all | 13 Different commands accept different sets of options, but they all |