diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-10-15 08:20:44 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-10-15 08:20:44 +0000 |
commit | 4b9890672de6af11d967c66e0a63aef35c888019 (patch) | |
tree | 9de366d86ea44202f7f43e36c575e67130d8286b /usr.bin/ruptime/ruptime.c | |
parent | 46919231bf98fdac6b57b5b55227dc8d43fca4f0 (diff) |
sort flags.
Diffstat (limited to 'usr.bin/ruptime/ruptime.c')
-rw-r--r-- | usr.bin/ruptime/ruptime.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ruptime/ruptime.c b/usr.bin/ruptime/ruptime.c index 70717692956..69520c9b195 100644 --- a/usr.bin/ruptime/ruptime.c +++ b/usr.bin/ruptime/ruptime.c @@ -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 @@ const char copyright[] = #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 <sys/param.h> @@ -103,7 +103,7 @@ main(int argc, char *argv[]) cmp = ucmp; break; default: - fprintf(stderr, "usage: %s [-alrut]\n", __progname); + fprintf(stderr, "usage: %s [-alrtu]\n", __progname); exit(1); } |