aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/freebsd-update
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2019-09-19 11:46:43 +0000
committerEd Maste <emaste@FreeBSD.org>2019-09-19 11:46:43 +0000
commit75cb6429f5ae7ead3c83a7a531561c9b36bb7dcc (patch)
tree7b5c93214e0e1a64683f767bd38ae30adb16b76d /usr.sbin/freebsd-update
parent18a52cf418eb84a71d1b58b09763f997ccea2506 (diff)
downloadsrc-75cb6429f5ae7ead3c83a7a531561c9b36bb7dcc.tar.gz
src-75cb6429f5ae7ead3c83a7a531561c9b36bb7dcc.zip
freebsd-update: make usage output consistent
Drop trailing . which appeared only on description of IDS. Submitted by: grembo Event: EuroBSDCon Norway FreeBSD DevSummit
Notes
Notes: svn path=/head/; revision=352514
Diffstat (limited to 'usr.sbin/freebsd-update')
-rw-r--r--usr.sbin/freebsd-update/freebsd-update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/freebsd-update/freebsd-update.sh b/usr.sbin/freebsd-update/freebsd-update.sh
index 51085d117e50..7c11d61f70ff 100644
--- a/usr.sbin/freebsd-update/freebsd-update.sh
+++ b/usr.sbin/freebsd-update/freebsd-update.sh
@@ -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
}