diff options
author | Kieran Thandi <kieranthandi@gmail.com> | 2013-06-07 16:37:43 +0100 |
---|---|---|
committer | Kieran Thandi <kieranthandi@gmail.com> | 2013-06-07 16:37:43 +0100 |
commit | f7dc09efc304e807aece037657c252afd76f5b7e (patch) | |
tree | 08a727b3a46682e7bb4ba0631382f2e145f347a9 /src | |
parent | b89f5da2c70655b92449e303df587441747f80ba (diff) | |
download | profani-tty-f7dc09efc304e807aece037657c252afd76f5b7e.tar.gz |
Changed help
Diffstat (limited to 'src')
-rw-r--r-- | src/command/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/command.c b/src/command/command.c index e95e3dc0..2e6d1a12 100644 --- a/src/command/command.c +++ b/src/command/command.c @@ -358,7 +358,7 @@ static struct cmd_t main_commands[] = { "/status", _cmd_status, parse_args, 0, 1, - { "/status [jid|nick]", "Find out a contacts presence information.", + { "/status [jid|nick]", "Find out your contacts presence information.", { "/status [jid|nick]", "------------------", "Find out a contact, or room members presence information.", |