https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276102
--- Comment #5 from commit-h...@freebsd.org --- A commit in branch stable/14 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=69dbc448cf8b3677e783353bcc0c2108b8a74b9d commit 69dbc448cf8b3677e783353bcc0c2108b8a74b9d Author: Michael Osipov <micha...@freebsd.org> AuthorDate: 2024-01-30 16:24:45 +0000 Commit: Michael Osipov <micha...@freebsd.org> CommitDate: 2024-04-17 06:50:07 +0000 freebsd-update: Don't provide copiable commands in output Previously, freebsd-update provided ready-to-go commands for copying and pasting into the terminal. This causes problems as soon as options are used and not supplied again by the user, e.g., '-b' or '-d'. Stop making them copiable and force the user to construct a valid command line by himself to avoid failures. PR: 276102 Approved by: jrm (mentor), emaste MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D43700 usr.sbin/freebsd-update/freebsd-update.sh | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.