summaryrefslogtreecommitdiffstats
path: root/games/fortune/strfile
diff options
context:
space:
mode:
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