diff options
Diffstat (limited to 'docs/MANUAL')
-rw-r--r-- | docs/MANUAL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/MANUAL b/docs/MANUAL index 7ea420d45..7eac93a00 100644 --- a/docs/MANUAL +++ b/docs/MANUAL @@ -580,11 +580,11 @@ NETWORK INTERFACE Get a web page from a server using a specified port for the interface: - curl --interface eth0:1 http://www.netscape.com/ + curl --interface eth0:1 http://www.netscape.com/ or - curl --interface 192.168.1.10 http://www.netscape.com/ + curl --interface 192.168.1.10 http://www.netscape.com/ HTTPS |