diff options
-rw-r--r-- | src/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.c b/src/command.c index 5e53e169..0c7dded5 100644 --- a/src/command.c +++ b/src/command.c @@ -462,7 +462,7 @@ static struct cmd_t setting_commands[] = { "/gone", _cmd_set_gone, parse_args, 1, 1, - { "/gone minutes", "Send 'gone' state to recipient.", + { "/gone minutes", "Send 'gone' state to recipient after a period.", { "/gone minutes", "--------------", "Send a 'gone' state to the recipient after the specified number of minutes." |