diff options
author | Michael Vetter <jubalh@iodoru.org> | 2020-07-22 12:49:08 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2020-07-22 12:49:08 +0200 |
commit | 7319f9eb1dfd081f72e6fd146e432a5eb4e13f64 (patch) | |
tree | 5076ec6944e08ad33b134510b978a11b54d8dded /src | |
parent | ca36150d4536b0bf27e00f1380987e1ed1871a4c (diff) | |
download | profani-tty-7319f9eb1dfd081f72e6fd146e432a5eb4e13f64.tar.gz |
Expand /lastactivity help
Diffstat (limited to 'src')
-rw-r--r-- | src/command/cmd_defs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index 04f67968..456366c2 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -897,7 +897,7 @@ static struct cmd_t command_defs[] = { "Enable/disable sending last activity, and send last activity requests.") CMD_ARGS( { "on|off", "Enable or disable sending of last activity." }, - { "<jid>", "The JID of the entity to query, omitting the JID will query your server." }) + { "<jid>", "The JID of the entity to query. Omitting the JID will query your server for its uptime." }) CMD_EXAMPLES( "/lastactivity", "/lastactivity off", |