Note: This issue also applies to all other stable branches. freebsd-update supports verbose output: https://github.com/freebsd/freebsd-src/blob/8b144c015c9cce0bc99a7fbdc43f22f51a946d2c/usr.sbin/freebsd-update/freebsd-update.sh#L527-L538, but the manpage does not mention it at all. In some situations you might want to analyze an issue with verbose output.
Created attachment 268621 [details] Patch to document -v option in freebsd-update.8 The documentation of -v and its behavior was missing from the OPTIONS section in the man page. This patch adds documentation for all the accepted values i.e., stats, nostats, debug, implemented in freebsd-update.sh. The entry is placed consistent with alphabetical ordering of short flags before long flags. Tested with mandoc to ensure correct rendering.
ziaee, do you want to take over? This is an easy fix.
Thanks guys!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=02fd9fa2952705ea0ed142061dd86aad7e01f8db commit 02fd9fa2952705ea0ed142061dd86aad7e01f8db Author: Paarth Shirsat <paarthshirsat123@gmail.com> AuthorDate: 2026-03-09 13:49:51 +0000 Commit: Alexander Ziaee <ziaee@FreeBSD.org> CommitDate: 2026-03-09 13:54:23 +0000 freebsd-update: Document -v verbosity flag PR: 276099 MFC after: 3 days Reported by: michaelo Co-authored-by: Alexander Ziaee <ziaee@FreeBSD.org> usr.sbin/freebsd-update/freebsd-update.8 | 13 ++++++++++++- usr.sbin/freebsd-update/freebsd-update.sh | 1 + 2 files changed, 13 insertions(+), 1 deletion(-)
A commit in branch stable/15 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=d7bda1a9963717f98bcccc95c2b188a8753a16f6 commit d7bda1a9963717f98bcccc95c2b188a8753a16f6 Author: Paarth Shirsat <paarthshirsat123@gmail.com> AuthorDate: 2026-03-09 13:49:51 +0000 Commit: Alexander Ziaee <ziaee@FreeBSD.org> CommitDate: 2026-04-10 18:29:15 +0000 freebsd-update: Document -v verbosity flag PR: 276099 MFC after: 3 days Reported by: michaelo Co-authored-by: Alexander Ziaee <ziaee@FreeBSD.org> (cherry picked from commit 02fd9fa2952705ea0ed142061dd86aad7e01f8db) usr.sbin/freebsd-update/freebsd-update.8 | 13 ++++++++++++- usr.sbin/freebsd-update/freebsd-update.sh | 1 + 2 files changed, 13 insertions(+), 1 deletion(-)