about summary refs log tree commit diff stats
path: root/src/command.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-01-31 00:56:29 +0000
committerJames Booth <boothj5@gmail.com>2013-01-31 00:56:29 +0000
commitac3987869b7ca72477f34ac90c5c8962220b1525 (patch)
tree172e3e42a8b67871674317cc15c06d8691bca2ae /src/command.c
parent06abe13f196638e7e9ee0a0b293a82f2a4d6ad66 (diff)
downloadprofani-tty-ac3987869b7ca72477f34ac90c5c8962220b1525.tar.gz
Added help for new /account property
Diffstat (limited to 'src/command.c')
-rw-r--r--src/command.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/command.c b/src/command.c
index 62eb1cfc..8addccec 100644
--- a/src/command.c
+++ b/src/command.c
@@ -198,15 +198,17 @@ static struct cmd_t main_commands[] =
           "The 'property' may be one of.",
           "jid      : The Jabber ID of the account, the account name will be used if this property is not set.",
           "server   : The chat service server, if different to the domain part of the JID.",
+          "status   : The presence status to use on login, use 'last' to use whatever your last status was.",
           "resource : The resource to be used.",
           "",
           "Example : /account add work",
           "        : /account set work jid myuser@mycompany.com",
           "        : /account set work server talk.google.com",
           "        : /account set work resource desktop",
+          "        : /account set work status dnd",
           "        : /account rename work gtalk",
           "",
-          "To log in to this account: '/connect gtalk'",
+          "To log in to this account: '/connect gtalk', which will always log in with the status 'dnd'.",
           NULL  } } },
 
     { "/prefs",