Skip to content

Commit

Permalink
Fix the proxy option example (http is not needed).
Browse files Browse the repository at this point in the history
  • Loading branch information
ariya committed Sep 9, 2011
1 parent 64bc80d commit e674283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usage.txt
Expand Up @@ -6,7 +6,7 @@ Options:
--config=/path/to/config Specifies path to a JSON-formatted config file.
--load-images=[yes|no] Loads all inlined images (default is 'yes').
--load-plugins=[yes|no] Loads all plugins (i.e. 'Flash', 'Silverlight', ...) (default is 'no').
--proxy=address:port Sets the network proxy (e.g. "--proxy=http://192.168.1.42:8080").
--proxy=address:port Sets the network proxy (e.g. "--proxy=192.168.1.42:8080").
--auth=username:password Sets the authentication username and password (e.g. "--auth=username:password").
--disk-cache=[yes|no] Enables disk cache (at desktop services cache storage location, default is 'no').
--max-disk-cache-size=size Limits the size of disk cache (in KB).
Expand Down

0 comments on commit e674283

Please sign in to comment.