Skip to content

Commit c4b4386

Browse files
committed
Fix typo in ipptool man page.
1 parent 8057536 commit c4b4386

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

doc/ipptool.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ <h2 id="ipptool-1.options">Options</h2>
196196
<p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>--bearer-token </strong><em>BEARER-TOKEN</em><br>
197197
Specifies the OAuth 2.0 token to use for HTTP Bearer authentication (RFC 6750).
198198
</p>
199-
<p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>--client-namne </strong><em>CLIENT-NAME</em><br>
199+
<p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>--client-name </strong><em>CLIENT-NAME</em><br>
200200
Specifies the client name to use for the TLS client certificate.
201201
If not specified, no client certificate is used during negotiation.
202202
</p>

man/ipptool.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
.\"
22
.\" ipptool man page.
33
.\"
4-
.\" Copyright © 2021-2024 by OpenPrinting.
4+
.\" Copyright © 2021-2025 by OpenPrinting.
55
.\" Copyright © 2010-2019 by Apple Inc.
66
.\"
77
.\" Licensed under Apache License v2.0. See the file "LICENSE" for more
88
.\" information.
99
.\"
10-
.TH ipptool 1 "CUPS" "2024-11-20" "OpenPrinting"
10+
.TH ipptool 1 "CUPS" "2025-04-30" "OpenPrinting"
1111
.SH NAME
1212
ipptool \- perform internet printing protocol requests
1313
.SH SYNOPSIS
@@ -104,7 +104,7 @@ The following options are recognized by
104104
\fB\-\-bearer\-token \fIBEARER-TOKEN\fR
105105
Specifies the OAuth 2.0 token to use for HTTP Bearer authentication (RFC 6750).
106106
.TP 5
107-
\fB\-\-client\-namne \fICLIENT-NAME\fR
107+
\fB\-\-client\-name \fICLIENT-NAME\fR
108108
Specifies the client name to use for the TLS client certificate.
109109
If not specified, no client certificate is used during negotiation.
110110
.TP 5

0 commit comments

Comments
 (0)