summaryrefslogtreecommitdiffstats
path: root/games/random
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-02-09 18:22:15 +0000
committerru <ru@FreeBSD.org>2005-02-09 18:22:15 +0000
commitcd385f1157e5d2f97ccc3eb3aec9c26bd166d31b (patch)
tree2ec3ba10e51d9356f0e89699723b539e658a9a30 /games/random
parent114ea39c7630d67ce87bad1f4b336cd4e2389881 (diff)
downloadFreeBSD-src-cd385f1157e5d2f97ccc3eb3aec9c26bd166d31b.zip
FreeBSD-src-cd385f1157e5d2f97ccc3eb3aec9c26bd166d31b.tar.gz
Sync program's usage() with manpage's SYNOPSIS.
Diffstat (limited to 'games/random')
-rw-r--r--games/random/random.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/random/random.c b/games/random/random.c
index e06c4bc..3dae75b 100644
--- a/games/random/random.c
+++ b/games/random/random.c
@@ -188,6 +188,6 @@ static void
usage(void)
{
- fprintf(stderr, "usage: random [-elruUw] [-f filename] [denominator]\n");
+ fprintf(stderr, "usage: random [-elrUuw] [-f filename] [denominator]\n");
exit(1);
}
OpenPOWER on IntegriCloud