1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-24 23:44:03 +02:00

show: fix example (#17702)

This commit is contained in:
TheRealGabHas 2025-08-17 06:24:07 +02:00 committed by GitHub
parent 439baa52e7
commit d2189abd8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,20 +5,20 @@
- Show switch IP addresses:
`{{[s|show]}} ip interface brief`
`{{[sh|show]}} ip interface brief`
- Show specific interface configuration:
`{{[s|show]}} ip interface {{vlan1}}`
`{{[sh|show]}} ip interface {{vlan1}}`
- Show vlan configuration:
`{{[s|show]}} vlan`
`{{[sh|show]}} vlan`
- Show currently running configuration:
`{{[s|show]}} running-config`
`{{[sh|show]}} running-config`
- Show SSH configuration:
`{{[s|show]}} ip ssh`
`{{[sh|show]}} ip ssh`