diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-07-25 02:23:35 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-07-25 02:23:35 +0000 |
commit | 02d4a8343379e9c85bbee1216d4c01d83df33ffc (patch) | |
tree | 2dd2f3ad9fc586c98a8684262b5ae42eb200c8ef /usr.bin/last/last.1 | |
parent | d495ee6167048dbdd319c94e54d28707324d399c (diff) |
-T to display seconds, from jhawk netbsd-pr#1548
Diffstat (limited to 'usr.bin/last/last.1')
-rw-r--r-- | usr.bin/last/last.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/last/last.1 b/usr.bin/last/last.1 index 07708ea3a9c..067a9ae9919 100644 --- a/usr.bin/last/last.1 +++ b/usr.bin/last/last.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: last.1,v 1.3 1997/07/20 07:54:08 jdm Exp $ +.\" $OpenBSD: last.1,v 1.4 1997/07/25 02:23:34 mickey Exp $ .\" $NetBSD: last.1,v 1.3 1994/12/21 22:41:23 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -43,6 +43,7 @@ .Sh SYNOPSIS .Nm last .Op Fl Ns Ar n +.Op Fl Ns Ar T .Op Fl f Ar file .Op Fl h Ar host .Op Fl t Ar tty @@ -87,6 +88,8 @@ equivalent to .It Fl h Ar host .Ar Host names may be names or internet numbers. +.It Fl T +Display better time information, including seconds. .It Fl d Ar date Specify the snapshot date & time. All users logged in at the snapshot date & time will |