summaryrefslogtreecommitdiffstats
path: root/games/canfield/cfscores/cfscores.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/canfield/cfscores/cfscores.c')
-rw-r--r--games/canfield/cfscores/cfscores.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/canfield/cfscores/cfscores.c b/games/canfield/cfscores/cfscores.c
index de07283..c13b905 100644
--- a/games/canfield/cfscores/cfscores.c
+++ b/games/canfield/cfscores/cfscores.c
@@ -76,7 +76,7 @@ main(argc, argv)
int uid;
if (argc > 2) {
- printf("Usage: cfscores [user]\n");
+ printf("usage: cfscores [user]\n");
exit(1);
}
dbfd = open(_PATH_SCORE, O_RDONLY);
OpenPOWER on IntegriCloud