Commit 68046631d5670af20d027fb6a15d090146cdbd1b

Kano 2012-09-12T08:46:53

README URL proxy must use quote so show in the example

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --git a/README b/README
index e2a005f..4baa0d2 100644
--- a/README
+++ b/README
@@ -297,11 +297,11 @@ cgminer -o http://pool:port -u username -p password -I 9 --auto-fan --auto-gpu -
 
 Single pool with a standard http proxy, regular desktop:
 
-cgminer -o http:proxy:port|http://pool:port -u username -p password
+cgminer -o "http:proxy:port|http://pool:port" -u username -p password
 
 Single pool with a socks5 proxy, regular desktop:
 
-cgminer -o socks5:proxy:port|http://pool:port -u username -p password
+cgminer -o "socks5:proxy:port|http://pool:port" -u username -p password
 
 The list of proxy types are:
  http:    standard http 1.1 proxy