diff options
author | Filip Szczepański <jazz2rulez@gmail.com> | 2015-05-14 13:06:50 +0100 |
---|---|---|
committer | Filip Szczepański <jazz2rulez@gmail.com> | 2015-05-14 13:06:50 +0100 |
commit | ae742f3f13f0d941f3a099740afddcb9d73c446b (patch) | |
tree | c9cfaa4774e39012556534dbd2384831fd5fefe8 /docs | |
parent | c122a2a226363114e11f32072395e2f06ad6a450 (diff) | |
download | irssi-ae742f3f13f0d941f3a099740afddcb9d73c446b.zip |
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.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/help/in/lastlog.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/help/in/lastlog.in b/docs/help/in/lastlog.in index 25879d31..e96e2ed5 100644 --- a/docs/help/in/lastlog.in +++ b/docs/help/in/lastlog.in @@ -35,7 +35,7 @@ /LASTLOG holiday /LASTLOG 'is on vacation' 10 - /LASTLOG -file -force ~/mike.log 'mike' + /LASTLOG -force -file ~/mike.log 'mike' /LASTLOG -hilight /LASTLOG -5 searchterm |