]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: add --time-format to last(1) manual page
authorSami Kerola <kerolasa@iki.fi>
Tue, 27 Aug 2013 17:15:00 +0000 (18:15 +0100)
committerSami Kerola <kerolasa@iki.fi>
Thu, 29 Aug 2013 17:14:09 +0000 (18:14 +0100)
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
login-utils/last.1

index 4c4dc02adb5afb0bd18f69b400e53fa2ac525811..13b46933e8e0e73ec24ac0c039712f068e8f9582 100644 (file)
@@ -105,6 +105,28 @@ similar with
 .BR \-\-since " and " \-\-until ,
 without printing any other lines than the matching sessions.
 .TP
+\fB\-\-time\-format\fR \fIformat\fR
+Define output timestamp
+.I format
+to be one of the
+.IR notime ,
+.IR short ,
+.IR full ,
+or
+.IR iso .
+.I notime
+will not print timestamp at all.
+.I short
+is default, and
+.I full
+is same as
+.B \-\-fulltimes
+option.  The
+.I iso
+will display time stamp in ISO-8601 format.  The iso format contains
+timezone information making it to be preferrable when print outs are
+investigated outside of the system.
+.TP
 \fB\-F\fR, \fB\-\-fulltimes\fR
 Print full login and logout times and dates.
 .TP