From 3ca3fc8b459bc25f89a820434ddbdc8965e9bb83 Mon Sep 17 00:00:00 2001 From: Rikesh Ramlochund Date: Mon, 27 Nov 2017 10:50:25 +0400 Subject: [PATCH] route: add get --- pages/osx/route.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/osx/route.md b/pages/osx/route.md index af37127e66..0bea78c1ef 100644 --- a/pages/osx/route.md +++ b/pages/osx/route.md @@ -23,6 +23,6 @@ `sudo route delete {{dest_ip_address}}/24` -- Lookup and display the route for a destination (hostname or IP address) +- Lookup and display the route for a destination (hostname or IP address): `sudo route get {{destination}}`