From: Sami Kerola Date: Mon, 26 Aug 2013 20:52:54 +0000 (+0100) Subject: last: add --since time spec option X-Git-Tag: v2.24-rc1~313 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd50168b9131c983be5471992e9ad41950e1aed6;p=thirdparty%2Futil-linux.git last: add --since time spec option The --since and --until options are companions often needed together. Signed-off-by: Sami Kerola --- diff --git a/login-utils/last.c b/login-utils/last.c index 410e612107..e5a9c24329 100644 --- a/login-utils/last.c +++ b/login-utils/last.c @@ -426,8 +426,9 @@ static void __attribute__((__noreturn__)) usage(FILE *out) fputs(_(" -i, --ip display IP numbers in numbers-and-dots notation\n"), out); fputs(_(" -n, --limit how many lines to show\n"), out); fputs(_(" -R, --nohostname don't display the hostname field\n"), out); - fputs(_(" -t, --until display the state of the specified time\n"), out); - fputs(_(" -p, --present display who where present at the specified time\n"), out); + fputs(_(" -s, --since