aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Ziaee <ziaee@FreeBSD.org>2026-06-30 14:12:03 +0000
committerAlexander Ziaee <ziaee@FreeBSD.org>2026-08-05 15:54:25 +0000
commit70c87c092c33d702643599816db44d53bfed0235 (patch)
tree653599c8f04ccc626172874d4536f76cd09b5579
parent565061836e1dabb7c115ea4026307097ca41c7f0 (diff)
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 (cherry picked from commit 4f293e32e4529617dd05bd64fd3c22a57a56a355)
-rw-r--r--cddl/usr.bin/ctfmerge/ctfmerge.14
1 files 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 .