Skip to content

Commit

Permalink
dpip: fix line break problem in help message
Browse files Browse the repository at this point in the history
Signed-off-by: ywc689 <[email protected]>
  • Loading branch information
ywc689 committed Jul 31, 2023
1 parent 07509fc commit b64dae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/dpip/route.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ static void route_help(void)
" dpip route add default via 10.0.0.1\n"
" dpip route add 172.0.0.0/16 via 172.0.0.3 dev dpdk0\n"
" dpip route add 192.168.0.0/24 dev dpdk0\n"
" dpip -6 route add ffe1::/128 dev dpdk0"
" dpip -6 route add ffe1::/128 dev dpdk0\n"
" dpip -6 route add 2001:db8:1::/64 via 2001:db8:1::1 dev dpdk0\n"
" dpip route del 172.0.0.0/16\n"
" dpip route set 172.0.0.0/16 via 172.0.0.1\n"
Expand Down

0 comments on commit b64dae7

Please sign in to comment.