Skip to content

Commit 7713e9d

Browse files
committed
lldptool: fix manpage
The manpage examples specify 'adminStatus' as an argument to -S / stats option, but it isn't parsed. Signed-off-by: Aaron Conole <[email protected]> (cherry picked from commit 506f37a)
1 parent e617c23 commit 7713e9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/lldptool.8

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ Query the LLDP adminStatus for interface \fIeth3\fR
160160

161161
.TP
162162
Query the LLDP statistics for interface \fIeth3\fR
163-
.B lldptool -S -i eth3 adminStatus
163+
.B lldptool -S -i eth3
164164
.br
165-
.B lldptool stats -i eth3 adminStatus
165+
.B lldptool stats -i eth3
166166

167167
.TP
168168
Query the local TLVs which are being transmitted for a given interface:

0 commit comments

Comments
 (0)