diff --git a/docs/help/in/lastlog.in b/docs/help/in/lastlog.in index 853771eb..d02b0e14 100644 --- a/docs/help/in/lastlog.in +++ b/docs/help/in/lastlog.in @@ -1,7 +1,11 @@ @SYNTAX:lastlog@ + -clear: remove all lastlog lines from window + -: don't print the "Lastlog:" and "End of Lastlog" messages. + -file: write lastlog to file instead of screen + -window: which window's lastlog to check (output is always to active) -new: show only lines since last /LASTLOG -regexp: `text' is a regular expression -word: `text' must match to full words 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 ] [-clear] [- -] - [-new | -away] [-regexp | -word] + [-new | -away] [-regexp | -word] [-window ] [] [ []] */ static void cmd_lastlog(const char *data) {