Module Name: src Committed By: dholland Date: Fri Jan 1 06:16:36 UTC 2010
Modified Files: src/games/canfield/cfscores: cfscores.c Log Message: Correct usage message. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/games/canfield/cfscores/cfscores.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/games/canfield/cfscores/cfscores.c diff -u src/games/canfield/cfscores/cfscores.c:1.16 src/games/canfield/cfscores/cfscores.c:1.17 --- src/games/canfield/cfscores/cfscores.c:1.16 Wed Aug 12 05:35:44 2009 +++ src/games/canfield/cfscores/cfscores.c Fri Jan 1 06:16:36 2010 @@ -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);