Skip to content

Commit

Permalink
Update 8-1. show commands.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhsukeogawa authored Oct 1, 2024
1 parent 2eec9b1 commit 527a4f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions User_Guide/English/8-1. show commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Displays all interface names for all devices.
python [file path]/network_sketcher.py show device_interface --master [master file path]
```
* ex.<br>
python .\network_sketcher.py show device_interface --master "C:\work\\[MASTER]test.xlsx"<br>
python .\network_sketcher.py show device_interface --master "C:\work\\[MASTER]test.xlsx"<br>
['DEVICE6', ['GigabitEthernet 0/3']]<br>
['DEVICE5', ['GigabitEthernet 0/4']]<br>
['DEVICE10', ['GigabitEthernet 0/5']]<br>
Expand Down Expand Up @@ -126,7 +126,7 @@ Displays all waypoint names.
python [file path]/network_sketcher.py show waypoint --master [master file path]
```
* ex.<br>
python .\network_sketcher.py show waypoint --master "C:\work\\[MASTER]test.xlsx"<br>
python .\network_sketcher.py show waypoint --master "C:\work\\[MASTER]test.xlsx"<br>
WAN-1<br>
WAN-Dum3<br>

Expand Down

0 comments on commit 527a4f8

Please sign in to comment.