Use Fl instead of Ar for long flags

Also, bump date after r361935.

MFC after:	1 week
This commit is contained in:
Mateusz Piotrowski 2020-06-08 21:11:34 +00:00
parent 9a4510ac32
commit 19870105e1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=361940

View file

@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd April 26, 2017
.Dd June 8, 2020
.Dt MKIMG 1
.Os
.Sh NAME
@ -47,7 +47,7 @@
.Op Fl y
.Op Fl s Ar scheme Op Fl p Ar partition ...
.Nm
.Ar --formats | --schemes | --version
.Fl -formats | Fl -schemes | Fl -version
.Sh DESCRIPTION
The
.Nm
@ -183,13 +183,13 @@ utility exits immediately after providing the requested information.
The version of the
.Nm
utility is printed when the
.Ar --version
.Fl -version
option is given.
The list of supported output formats is printed when the
.Ar --formats
.Fl -formats
option is given and the list of supported partitioning schemes is printed
when the
.Ar --schemes
.Fl -schemes
option is given.
Both the format and scheme lists a space-separated lists for easy handling
in scripts.