The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=4f293e32e4529617dd05bd64fd3c22a57a56a355
commit 4f293e32e4529617dd05bd64fd3c22a57a56a355 Author: Alexander Ziaee <[email protected]> AuthorDate: 2026-06-30 14:12:03 +0000 Commit: Alexander Ziaee <[email protected]> CommitDate: 2026-07-01 04:52:10 +0000 ctfmerge.1: Fix uniqlabel typos The flag is -D, but it was written as a second -d. Add a period too. MFC after: 3 days --- cddl/usr.bin/ctfmerge/ctfmerge.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cddl/usr.bin/ctfmerge/ctfmerge.1 b/cddl/usr.bin/ctfmerge/ctfmerge.1 index 1e371e62c9c5..fecbedb6e467 100644 --- a/cddl/usr.bin/ctfmerge/ctfmerge.1 +++ b/cddl/usr.bin/ctfmerge/ctfmerge.1 @@ -92,9 +92,9 @@ to store the merged CTF data. .It Fl d Ar uniqfile Uniquify against .Ar uniqfile . -.It Fl d Ar uniqlabel +.It Fl D Ar uniqlabel Uniquify against label -.Ar uniqlabel +.Ar uniqlabel . .It Fl w Ar withfile Additive merge with .Ar withfile .
