diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2015-02-01 19:21:59 +0100 |
---|---|---|
committer | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2015-02-01 19:21:59 +0100 |
commit | a26a909af0cd7e75af4b7fa5a209301455a33c36 (patch) | |
tree | 881dbb295d5bcf7cc369f402a2b7fa3494472e19 /docs | |
parent | dff7e049b8c4406ea718955a147032196b5b708c (diff) | |
download | irssi-a26a909af0cd7e75af4b7fa5a209301455a33c36.zip |
Fix the lastlog help
Correct some confusing inaccuracies and document a parameters that got lost on the rewrite.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/help/in/lastlog.in | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/help/in/lastlog.in b/docs/help/in/lastlog.in index bb3a6fee..3815f5d2 100644 --- a/docs/help/in/lastlog.in +++ b/docs/help/in/lastlog.in @@ -17,8 +17,11 @@ -regexp: The given text pattern is a regular expression. -word: The text must match full words. -force: Forces to display the lastlog, even if it exceeds 1000 lines. - -after: Only displays results after the given line number. - -before: Only displays results before the given line number. + -after: Include this many lines of content after the match. + -before: Include this many lines of content before the match. + -<#>: Include this many lines of content around the match. + <count>: Display a maximum number of `count' lines. + <start>: Skip the last `start' lines. The pattern to search for and the maximum of lines to display; if no parameter is given, the entire window buffer will be displayed. @@ -30,9 +33,10 @@ %9Examples:%9 /LASTLOG holiday - /LASTLOG 'is on vacation' + /LASTLOG 'is on vacation' 10 /LASTLOG -file -force ~/mike.log 'mike' /LASTLOG -hilight + /LASTLOG -5 searchterm %9See also:%9 HILIGHT, SCROLLBACK |