Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Apr 2019 13:58:31 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r345802 - stable/11/usr.sbin/freebsd-update
Message-ID:  <201904021358.x32DwVxC090179@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Tue Apr  2 13:58:31 2019
New Revision: 345802
URL: https://svnweb.freebsd.org/changeset/base/345802

Log:
  MFC r344280: freebsd-update: Clarify help text
  
  Improve help text to include example release numbers for reference
  and clarify the -F option.
  
  PR:		231185, 214619
  Submitted by:	Gerald Aryeetey <aryeeteygerald_rogers.com>
  Reviewed by:	delphij, rgrimes
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/11/usr.sbin/freebsd-update/freebsd-update.8
  stable/11/usr.sbin/freebsd-update/freebsd-update.sh
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/usr.sbin/freebsd-update/freebsd-update.8
==============================================================================
--- stable/11/usr.sbin/freebsd-update/freebsd-update.8	Tue Apr  2 13:57:52 2019	(r345801)
+++ stable/11/usr.sbin/freebsd-update/freebsd-update.8	Tue Apr  2 13:58:31 2019	(r345802)
@@ -89,13 +89,13 @@ Read configuration options from
 .It Fl F
 Force
 .Nm Cm fetch
-to proceed where it normally would not, such as an unfinished upgrade
+to proceed in the case of an unfinished upgrade.
 .It Fl k Ar KEY
 Trust an RSA key with SHA256 of
 .Ar KEY .
 (default: read value from configuration file.)
 .It Fl r Ar newrelease
-Specify the new release to which
+Specify the new release (e.g. 11.2-RELEASE) to which
 .Nm
 should upgrade (upgrade command only).
 .It Fl s Ar server

Modified: stable/11/usr.sbin/freebsd-update/freebsd-update.sh
==============================================================================
--- stable/11/usr.sbin/freebsd-update/freebsd-update.sh	Tue Apr  2 13:57:52 2019	(r345801)
+++ stable/11/usr.sbin/freebsd-update/freebsd-update.sh	Tue Apr  2 13:58:31 2019	(r345802)
@@ -45,7 +45,8 @@ Options:
                   (default: /var/db/freebsd-update/)
   -f conffile  -- Read configuration options from conffile
                   (default: /etc/freebsd-update.conf)
-  -F           -- Force a fetch operation to proceed
+  -F           -- Force a fetch operation to proceed in the
+                  case of an unfinished upgrade
   -k KEY       -- Trust an RSA key with SHA256 hash of KEY
   -r release   -- Target for upgrade (e.g., 11.1-RELEASE)
   -s server    -- Server from which to fetch updates



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