1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-19 16:15:42 +02:00

ip: separate arguments (#16904)

This commit is contained in:
Managor 2025-06-20 06:06:16 +03:00 committed by GitHub
parent 8033765da9
commit b57824a39e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,11 +10,11 @@
- List interfaces with brief network layer info: - List interfaces with brief network layer info:
`ip {{[-br a|-brief address]}}` `ip {{[-br|-brief]}} {{[a|address]}}`
- List interfaces with brief link layer info: - List interfaces with brief link layer info:
`ip {{[-br l|-brief link]}}` `ip {{[-br|-brief]}} {{[l|link]}}`
- Display the routing table: - Display the routing table: