diff options
author | Timo Sirainen <cras@irssi.org> | 2001-02-19 06:27:24 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-02-19 06:27:24 +0000 |
commit | 2e1466d2100f06cd98e7bbc56b19d378db98b1f0 (patch) | |
tree | 62dd679009ccc74c511f6eb97d16992c4bedcc4f /src | |
parent | 6b4a8388139161a9e6638b99340ee07cb8b5d5a4 (diff) | |
download | irssi-2e1466d2100f06cd98e7bbc56b19d378db98b1f0.zip |
/LASTLOG syntax updated
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1256 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src')
-rw-r--r-- | src/fe-text/lastlog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-text/lastlog.c b/src/fe-text/lastlog.c index 10952692..3968632c 100644 --- a/src/fe-text/lastlog.c +++ b/src/fe-text/lastlog.c @@ -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) { |