=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ruptime/Attic/ruptime.c,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- src/usr.bin/ruptime/Attic/ruptime.c 2004/10/10 03:50:40 1.14 +++ src/usr.bin/ruptime/Attic/ruptime.c 2009/10/15 08:20:43 1.15 @@ -1,4 +1,4 @@ -/* $OpenBSD: ruptime.c,v 1.14 2004/10/10 03:50:40 mickey Exp $ */ +/* $OpenBSD: ruptime.c,v 1.15 2009/10/15 08:20:43 sobrado Exp $ */ /* * Copyright (c) 1983 The Regents of the University of California. @@ -37,7 +37,7 @@ #ifndef lint /*static const char sccsid[] = "from: @(#)ruptime.c 5.8 (Berkeley) 7/21/90";*/ -static const char rcsid[] = "$OpenBSD: ruptime.c,v 1.14 2004/10/10 03:50:40 mickey Exp $"; +static const char rcsid[] = "$OpenBSD: ruptime.c,v 1.15 2009/10/15 08:20:43 sobrado Exp $"; #endif /* not lint */ #include @@ -103,7 +103,7 @@ cmp = ucmp; break; default: - fprintf(stderr, "usage: %s [-alrut]\n", __progname); + fprintf(stderr, "usage: %s [-alrtu]\n", __progname); exit(1); }