diff options
author | dequis <dx@dxzone.com.ar> | 2015-01-31 11:49:01 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2015-01-31 11:49:01 -0300 |
commit | 7ca9c86445daff6232f8b876b27e7d10f9d5be5c (patch) | |
tree | b0b3224664358a5ddcc2a9e866b5da4115821315 /docs | |
parent | 2027e73977388ec79deeefb63ec2f932443c76f9 (diff) | |
download | irssi-7ca9c86445daff6232f8b876b27e7d10f9d5be5c.zip |
/help lastlog: Clarify usage of -<level> parameter
Diffstat (limited to 'docs')
-rw-r--r-- | docs/help/in/lastlog.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/help/in/lastlog.in b/docs/help/in/lastlog.in index e7b90d42..bb3a6fee 100644 --- a/docs/help/in/lastlog.in +++ b/docs/help/in/lastlog.in @@ -10,7 +10,7 @@ -window: Specifies the window to check. -new: Only displays results since the previous lastlog. -away: Only displays results since you previous away status. - -level: Specifies the levels to check. + -<level>: Specifies the levels to check (e.g. -joins -quits -hilight) -clear: Removes the previous results from the active window. -count: Displays how many lines match. -case: Performs a case-sensitive matching. @@ -32,6 +32,7 @@ /LASTLOG holiday /LASTLOG 'is on vacation' /LASTLOG -file -force ~/mike.log 'mike' + /LASTLOG -hilight %9See also:%9 HILIGHT, SCROLLBACK |