/LASTLOG syntax updated

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1256 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-02-19 06:27:24 +00:00 committed by cras
commit 2e1466d210
2 changed files with 5 additions and 1 deletions

View file

@ -291,7 +291,7 @@ static void show_lastlog(const char *searchtext, GHashTable *optlist,
}
/* SYNTAX: LASTLOG [-] [-file <filename>] [-clear] [-<level> -<level...>]
[-new | -away] [-regexp | -word]
[-new | -away] [-regexp | -word] [-window <ref#|name>]
[<pattern>] [<count> [<start>]] */
static void cmd_lastlog(const char *data)
{