mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
lastlog doc fix
Only the filename can come right after `-file`. Having `-force` in that position causes an `Irssi: Could not open lastlog: No such file or directory` error.
This commit is contained in:
parent
c122a2a226
commit
ae742f3f13
@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
/LASTLOG holiday
|
/LASTLOG holiday
|
||||||
/LASTLOG 'is on vacation' 10
|
/LASTLOG 'is on vacation' 10
|
||||||
/LASTLOG -file -force ~/mike.log 'mike'
|
/LASTLOG -force -file ~/mike.log 'mike'
|
||||||
/LASTLOG -hilight
|
/LASTLOG -hilight
|
||||||
/LASTLOG -5 searchterm
|
/LASTLOG -5 searchterm
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user