From 64bba9564ccea86961916071653ebde46de59b4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Thu, 4 Mar 2021 12:56:33 +0100 Subject: [PATCH] I don't use FLAGS. Just OPTIONS in manpage. --- indivisible.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indivisible.1 b/indivisible.1 index 2a586fa..73db884 100644 --- a/indivisible.1 +++ b/indivisible.1 @@ -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.