svn commit: r352514 - head/usr.sbin/freebsd-update
Ed Maste
emaste at FreeBSD.org
Thu Sep 19 11:46:44 UTC 2019
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
}
More information about the svn-src-all
mailing list