Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Sep 2019 11:46:43 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r352514 - head/usr.sbin/freebsd-update
Message-ID:  <201909191146.x8JBkhgL010564@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Thu Sep 19 11:46:43 2019
New Revision: 352514
URL: https://svnweb.freebsd.org/changeset/base/352514

Log:
  freebsd-update: make usage output consistent
  
  Drop trailing . which appeared only on description of IDS.
  
  Submitted by:	grembo
  Event:		EuroBSDCon Norway FreeBSD DevSummit

Modified:
  head/usr.sbin/freebsd-update/freebsd-update.sh

Modified: head/usr.sbin/freebsd-update/freebsd-update.sh
==============================================================================
--- head/usr.sbin/freebsd-update/freebsd-update.sh	Thu Sep 19 11:34:35 2019	(r352513)
+++ head/usr.sbin/freebsd-update/freebsd-update.sh	Thu Sep 19 11:46:43 2019	(r352514)
@@ -64,7 +64,7 @@ Commands:
   upgrade      -- Fetch upgrades to FreeBSD version specified via -r option
   install      -- Install downloaded updates or upgrades
   rollback     -- Uninstall most recently installed updates
-  IDS          -- Compare the system against an index of "known good" files.
+  IDS          -- Compare the system against an index of "known good" files
 EOF
 	exit 0
 }



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