I don't use FLAGS. Just OPTIONS in manpage.

This commit is contained in:
Nicolás A. Ortega Froysa 2021-03-04 12:56:33 +01:00
parent 76275660e3
commit 64bba9564c

View File

@ -3,7 +3,7 @@
indivisible \- prime number generator and tester
.SH "SYNOPSIS"
.B indivisible
[\fIFLAGS\fR] [\fIOPTIONS\fR] <\fIn\fR>
[\fIOPTIONS\fR] <\fIn\fR>
.SH "DESCRIPTION"
Indivisible is a program for working with prime numbers. Its default behaviour will attempt to find the \fInth\fR prime.