[Pkg-sysvinit-commits] r1414 - in sysvinit-upstream/trunk: doc src
Petter Reinholdtsen
pere at alioth.debian.org
Fri Jul 10 19:35:51 UTC 2009
Author: pere
Date: 2009-07-10 19:35:49 +0000 (Fri, 10 Jul 2009)
New Revision: 1414
Modified:
sysvinit-upstream/trunk/doc/Changelog
sysvinit-upstream/trunk/src/last.c
Log:
Document last options in Usage informatoin, previously only mentioned in the manual page.
Modified: sysvinit-upstream/trunk/doc/Changelog
===================================================================
--- sysvinit-upstream/trunk/doc/Changelog 2009-07-10 19:33:02 UTC (rev 1413)
+++ sysvinit-upstream/trunk/doc/Changelog 2009-07-10 19:35:49 UTC (rev 1414)
@@ -11,6 +11,8 @@
the time between downs. Fix typo in string compare in last.c.
Patch by Thomas Hood.
* Improve handling of IPv6 addresses in last. Patch from Fedora.
+ * Document last options in usage information, previously only
+ mentioned in the manual page.
-- Petter Reinholdtsen <pere at debian.org> Fri, 30 Jul 2004 14:14:58 +0200
Modified: sysvinit-upstream/trunk/src/last.c
===================================================================
--- sysvinit-upstream/trunk/src/last.c 2009-07-10 19:33:02 UTC (rev 1413)
+++ sysvinit-upstream/trunk/src/last.c 2009-07-10 19:35:49 UTC (rev 1414)
@@ -496,7 +496,7 @@
{
fprintf(stderr, "Usage: %s [-num | -n num] [-f file] "
"[-t YYYYMMDDHHMMSS] "
- "[-R] [-x] [-o] [username..] [tty..]\n", s);
+ "[-R] [-adiox] [username..] [tty..]\n", s);
exit(1);
}
More information about the Pkg-sysvinit-commits
mailing list