fix typo in route command examples

This commit is contained in:
jgor
2018-09-28 16:53:12 -05:00
parent c23e6cce5a
commit 5dcb6ab321
@@ -821,7 +821,7 @@ class Core
print_line " print - show all active routes"
print_line
print_line "Examples:"
print_line " Add a route for all hosts from 192.168.0.0 to 192.168.0.0 through session 1"
print_line " Add a route for all hosts from 192.168.0.0 to 192.168.0.255 through session 1"
print_line " route add 192.168.0.0 255.255.255.0 1"
print_line " route add 192.168.0.0/24 1"
print_line