Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jun 2020 21:11:34 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r361940 - head/usr.bin/mkimg
Message-ID:  <202006082111.058LBYfj075205@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp (doc,ports committer)
Date: Mon Jun  8 21:11:34 2020
New Revision: 361940
URL: https://svnweb.freebsd.org/changeset/base/361940

Log:
  Use Fl instead of Ar for long flags
  
  Also, bump date after r361935.
  
  MFC after:	1 week

Modified:
  head/usr.bin/mkimg/mkimg.1

Modified: head/usr.bin/mkimg/mkimg.1
==============================================================================
--- head/usr.bin/mkimg/mkimg.1	Mon Jun  8 20:53:57 2020	(r361939)
+++ head/usr.bin/mkimg/mkimg.1	Mon Jun  8 21:11:34 2020	(r361940)
@@ -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 requeste
 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006082111.058LBYfj075205>