mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 16:26:04 +02:00
fix the example command to match description
This commit is contained in:
parent
92378c0dde
commit
e596478ae0
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
- Add/Delete an ip address to an interface
|
||||
|
||||
`ip addr add {{ip}}/{{mask}} dev {{interface}}`
|
||||
`ip addr add/del {{ip}}/{{mask}} dev {{interface}}`
|
||||
|
||||
- Add an default route
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue