diff options
author | Vesa Pirila <vesa@pirila.fi> | 2015-02-08 12:39:23 +0200 |
---|---|---|
committer | Vesa Pirila <vesa@pirila.fi> | 2015-02-08 13:00:51 +0200 |
commit | 466166010b751efc622af444e00c33a843c98063 (patch) | |
tree | 76d34e2061d046abe6cf607f74901bdd617ceb06 /docs | |
parent | e2462b78399af7ce5339d97b0ae87aa280d608c6 (diff) | |
download | irssi-466166010b751efc622af444e00c33a843c98063.zip |
Added a -date parameter to /lastlog to prepend each row with the row's date
Diffstat (limited to 'docs')
-rw-r--r-- | docs/help/in/lastlog.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/help/in/lastlog.in b/docs/help/in/lastlog.in index 3815f5d2..e6f5886a 100644 --- a/docs/help/in/lastlog.in +++ b/docs/help/in/lastlog.in @@ -14,6 +14,7 @@ -clear: Removes the previous results from the active window. -count: Displays how many lines match. -case: Performs a case-sensitive matching. + -date: Prepends each row with the message's date (YYYY-MM-DD). -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. |