From 466166010b751efc622af444e00c33a843c98063 Mon Sep 17 00:00:00 2001 From: Vesa Pirila Date: Sun, 8 Feb 2015 12:39:23 +0200 Subject: Added a -date parameter to /lastlog to prepend each row with the row's date --- docs/help/in/lastlog.in | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') 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. -- cgit v1.2.3 From cd5a571fd8aba12b6b8ddbf54e947ac4cc1e516e Mon Sep 17 00:00:00 2001 From: Vesa Pirila Date: Sun, 8 Feb 2015 16:58:30 +0200 Subject: Added customization possibility for the lastlog date format, lastlog_date --- docs/help/in/lastlog.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/help/in/lastlog.in b/docs/help/in/lastlog.in index e6f5886a..25879d31 100644 --- a/docs/help/in/lastlog.in +++ b/docs/help/in/lastlog.in @@ -14,7 +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). + -date: Prepends each row with the message's date -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. -- cgit v1.2.3