Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/games/canfield/cfscores Correct usage message.
details: https://anonhg.NetBSD.org/src/rev/26ef49f0005e
branches: trunk
changeset: 750453:26ef49f0005e
user: dholland <dholland%NetBSD.org@localhost>
date: Fri Jan 01 06:16:36 2010 +0000
description:
Correct usage message.
diffstat:
games/canfield/cfscores/cfscores.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 97c982663eec -r 26ef49f0005e games/canfield/cfscores/cfscores.c
--- a/games/canfield/cfscores/cfscores.c Fri Jan 01 06:12:55 2010 +0000
+++ b/games/canfield/cfscores/cfscores.c Fri Jan 01 06:16:36 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cfscores.c,v 1.16 2009/08/12 05:35:44 dholland Exp $ */
+/* $NetBSD: cfscores.c,v 1.17 2010/01/01 06:16:36 dholland Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -39,7 +39,7 @@
#if 0
static char sccsid[] = "@(#)cfscores.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: cfscores.c,v 1.16 2009/08/12 05:35:44 dholland Exp $");
+__RCSID("$NetBSD: cfscores.c,v 1.17 2010/01/01 06:16:36 dholland Exp $");
#endif
#endif /* not lint */
@@ -78,7 +78,7 @@
setgid(getgid());
if (argc > 2) {
- printf("Usage: cfscores [user]\n");
+ printf("Usage: cfscores -a | cfscores [user]\n");
exit(1);
}
dbfd = open(_PATH_SCORE, O_RDONLY);
Home |
Main Index |
Thread Index |
Old Index