summaryrefslogtreecommitdiffstats
path: root/games/fortune/strfile
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/fortune/strfile
parent114ea39c7630d67ce87bad1f4b336cd4e2389881 (diff)
downloadFreeBSD-src-cd385f1157e5d2f97ccc3eb3aec9c26bd166d31b.zip
FreeBSD-src-cd385f1157e5d2f97ccc3eb3aec9c26bd166d31b.tar.gz
Sync program's usage() with manpage's SYNOPSIS.
Diffstat (limited to 'games/fortune/strfile')
-rw-r--r--games/fortune/strfile/strfile.82
-rw-r--r--games/fortune/strfile/strfile.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/games/fortune/strfile/strfile.8 b/games/fortune/strfile/strfile.8
index de4387c..e452aa9 100644
--- a/games/fortune/strfile/strfile.8
+++ b/games/fortune/strfile/strfile.8
@@ -45,7 +45,7 @@
.Nd "create a random access file for storing strings"
.Sh SYNOPSIS
.Nm
-.Op Fl iorsx
+.Op Fl Ciorsx
.Op Fl c Ar char
.Ar source_file
.Op Ar output_file
diff --git a/games/fortune/strfile/strfile.c b/games/fortune/strfile/strfile.c
index bd8ee44..d79d93d 100644
--- a/games/fortune/strfile/strfile.c
+++ b/games/fortune/strfile/strfile.c
@@ -319,7 +319,7 @@ char **argv;
void usage()
{
(void) fprintf(stderr,
- "strfile [-Ciorsx] [-c char] sourcefile [datafile]\n");
+ "strfile [-Ciorsx] [-c char] source_file [output_file]\n");
exit(1);
}
OpenPOWER on IntegriCloud