about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-07-22 12:49:08 +0200
committerMichael Vetter <jubalh@iodoru.org>2020-07-22 12:49:08 +0200
commit7319f9eb1dfd081f72e6fd146e432a5eb4e13f64 (patch)
tree5076ec6944e08ad33b134510b978a11b54d8dded
parentca36150d4536b0bf27e00f1380987e1ed1871a4c (diff)
downloadprofani-tty-7319f9eb1dfd081f72e6fd146e432a5eb4e13f64.tar.gz
Expand /lastactivity help
-rw-r--r--src/command/cmd_defs.c2
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",