diff options
author | James Booth <boothj5@gmail.com> | 2012-11-28 02:02:59 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2012-11-28 02:02:59 +0000 |
commit | a1066d210dfa7a909a2d15c38e72f12f1b8320d5 (patch) | |
tree | 379eccabb551fb87718a45cb0df99f0a6754fb50 | |
parent | e64ed7771fca35e81f3212999c9b3d0bba114771 (diff) | |
download | profani-tty-a1066d210dfa7a909a2d15c38e72f12f1b8320d5.tar.gz |
Tidied help on /sub
-rw-r--r-- | src/command.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/command.c b/src/command.c index 590abed0..48aeceb5 100644 --- a/src/command.c +++ b/src/command.c @@ -281,14 +281,14 @@ static struct cmd_t main_commands[] = "--------------------------------------------------", "request : Send a subscription request to the user to be informed of their", " : presence.", - "allow : Approve contacts subscription reqeust to see your presence.", + "allow : Approve a contact's subscription reqeust to see your presence.", "deny : Remove subscription for a contact, or deny a request", "show : Show subscriprion status for a contact.", "sent : Show all sent subscription requests pending a response.", "received : Show all received subscription requests awaiting your response.", "", - "The optional 'jid' parameter only applys to 'request', 'allow', 'deny' and show", - "If it is ommited the contact of the current window is used.", + "The optional 'jid' parameter only applys to 'request', 'allow', 'deny' and 'show'", + "If it is omitted the contact of the current window is used.", "", "Example: /sub request myfriend@jabber.org", "Example: /sub allow myfriend@jabber.org", |