aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Ziaee <ziaee@FreeBSD.org>2026-06-30 14:12:03 +0000
committerAlexander Ziaee <ziaee@FreeBSD.org>2026-07-01 04:52:10 +0000
commit4f293e32e4529617dd05bd64fd3c22a57a56a355 (patch)
treee975d7907f539f98899438c89bc454805abbdaef
parenta88932b42c36b179656fd71ce6ce9907447da6af (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
-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 .