summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-04-02 14:46:15 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-04-02 14:46:15 +0000
commit2c2bfe859edd6b920733ea7d9267b78318a27c7d (patch)
tree7dd2f39d5c42077c8bcead58a7beffe2511f8ab3
parent300802034542b61d4f53332484c602d8facbe08f (diff)
sort options; from Igor Sobrado
-rw-r--r--games/hunt/hunt/hunt.64
-rw-r--r--games/hunt/hunt/hunt.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/games/hunt/hunt/hunt.6 b/games/hunt/hunt/hunt.6
index 8beac492e78..44b47c68356 100644
--- a/games/hunt/hunt/hunt.6
+++ b/games/hunt/hunt/hunt.6
@@ -1,5 +1,5 @@
.\" $NetBSD: hunt.6,v 1.3 1997/10/10 16:32:30 lukem Exp $
-.\" $OpenBSD: hunt.6,v 1.17 2004/04/04 13:19:36 jmc Exp $
+.\" $OpenBSD: hunt.6,v 1.18 2007/04/02 14:46:14 jmc Exp $
.\"
.\" Copyright (c) 1985 Conrad C. Huang, Gregory S. Couch, Kenneth C.R.C. Arnold
.\" San Francisco, California
@@ -39,7 +39,7 @@
.Nd a multi-player multi-terminal game
.Sh SYNOPSIS
.Nm hunt
-.Op Fl bcfmqsS
+.Op Fl bcfmqSs
.Op Fl n Ar name
.Op Fl p Ar port
.Op Fl t Ar team
diff --git a/games/hunt/hunt/hunt.c b/games/hunt/hunt/hunt.c
index 8d0680a1019..14393dfeb6d 100644
--- a/games/hunt/hunt/hunt.c
+++ b/games/hunt/hunt/hunt.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hunt.c,v 1.11 2003/06/11 08:45:25 pjanzen Exp $ */
+/* $OpenBSD: hunt.c,v 1.12 2007/04/02 14:46:14 jmc Exp $ */
/* $NetBSD: hunt.c,v 1.8 1998/09/13 15:27:28 hubertf Exp $ */
/*
* Copyright (c) 1983-2003, Regents of the University of California.
@@ -154,7 +154,7 @@ main(ac, av)
default:
usage:
fputs(
-"usage:\thunt [-bcfmqsS] [-n name] [-p port] [-t team] [-w message] [[-h] host]\n",
+"usage:\thunt [-bcfmqSs] [-n name] [-p port] [-t team] [-w message] [[-h] host]\n",
stderr);
exit(1);
}