diff options
author | James Booth <boothj5@gmail.com> | 2014-10-27 20:37:51 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-10-27 20:37:51 +0000 |
commit | d1e99ab920970d28e1064ca36751be5a58281230 (patch) | |
tree | eee2debcab70592672d1c9d863ee388b7eaa6cb4 /src/command | |
parent | c8b524d9c8364ca56562d9e63d5e41cd75deef81 (diff) | |
download | profani-tty-d1e99ab920970d28e1064ca36751be5a58281230.tar.gz |
Updated /account clear help
Diffstat (limited to 'src/command')
-rw-r--r-- | src/command/command.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/command/command.c b/src/command/command.c index 178e90b1..134bdf27 100644 --- a/src/command/command.c +++ b/src/command/command.c @@ -870,8 +870,7 @@ static struct cmd_t command_defs[] = "nick : The default nickname to use when joining chat rooms.", "otr : Override global OTR policy for this account: manual, opportunistic or always.", "", - "The clear command may use one of the following for 'property'.", - "password : Clears the password for the account.", + "The clear command works for password, port and server", "", "Example : /account add work", " : /account set work jid me@chatty", |