Skip to content

Commit d2189ab

Browse files
show: fix example (#17702)
1 parent 439baa5 commit d2189ab

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pages/cisco-ios/show.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
55
66
- Show switch IP addresses:
77

8-
`{{[s|show]}} ip interface brief`
8+
`{{[sh|show]}} ip interface brief`
99

1010
- Show specific interface configuration:
1111

12-
`{{[s|show]}} ip interface {{vlan1}}`
12+
`{{[sh|show]}} ip interface {{vlan1}}`
1313

1414
- Show vlan configuration:
1515

16-
`{{[s|show]}} vlan`
16+
`{{[sh|show]}} vlan`
1717

1818
- Show currently running configuration:
1919

20-
`{{[s|show]}} running-config`
20+
`{{[sh|show]}} running-config`
2121

2222
- Show SSH configuration:
2323

24-
`{{[s|show]}} ip ssh`
24+
`{{[sh|show]}} ip ssh`

0 commit comments

Comments
 (0)