mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 20:35:25 +02:00
ip: separate arguments (#16904)
This commit is contained in:
parent
8033765da9
commit
b57824a39e
1 changed files with 2 additions and 2 deletions
|
@ -10,11 +10,11 @@
|
|||
|
||||
- List interfaces with brief network layer info:
|
||||
|
||||
`ip {{[-br a|-brief address]}}`
|
||||
`ip {{[-br|-brief]}} {{[a|address]}}`
|
||||
|
||||
- List interfaces with brief link layer info:
|
||||
|
||||
`ip {{[-br l|-brief link]}}`
|
||||
`ip {{[-br|-brief]}} {{[l|link]}}`
|
||||
|
||||
- Display the routing table:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue