1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-02-02 15:08:15 -05:00

Tidied help on /sub

This commit is contained in:
James Booth 2012-11-28 02:02:59 +00:00
parent e64ed7771f
commit a1066d210d

View File

@ -281,14 +281,14 @@ static struct cmd_t main_commands[] =
"--------------------------------------------------", "--------------------------------------------------",
"request : Send a subscription request to the user to be informed of their", "request : Send a subscription request to the user to be informed of their",
" : presence.", " : 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", "deny : Remove subscription for a contact, or deny a request",
"show : Show subscriprion status for a contact.", "show : Show subscriprion status for a contact.",
"sent : Show all sent subscription requests pending a response.", "sent : Show all sent subscription requests pending a response.",
"received : Show all received subscription requests awaiting your response.", "received : Show all received subscription requests awaiting your response.",
"", "",
"The optional 'jid' parameter only applys to 'request', 'allow', 'deny' and show", "The optional 'jid' parameter only applys to 'request', 'allow', 'deny' and 'show'",
"If it is ommited the contact of the current window is used.", "If it is omitted the contact of the current window is used.",
"", "",
"Example: /sub request myfriend@jabber.org", "Example: /sub request myfriend@jabber.org",
"Example: /sub allow myfriend@jabber.org", "Example: /sub allow myfriend@jabber.org",