Adding missing double quotes.

This commit is contained in:
Jocelyn Le Sage 2019-02-24 18:59:04 -05:00
parent b13e197b92
commit fe60a33d31
2 changed files with 2 additions and 2 deletions

View File

@ -491,7 +491,7 @@ If a preference needs to be *removed*, its value should be set to `UNSET`. For
example:
```
-e "FF_PREF_HTTP_PROXY=network.proxy.http=UNSET
-e "FF_PREF_HTTP_PROXY=network.proxy.http=UNSET"
```
**NOTE**: This is an advanced usage and it is recommended to set preferences

View File

@ -80,7 +80,7 @@ If a preference needs to be *removed*, its value should be set to `UNSET`. For
example:
```
-e "FF_PREF_HTTP_PROXY=network.proxy.http=UNSET
-e "FF_PREF_HTTP_PROXY=network.proxy.http=UNSET"
```
**NOTE**: This is an advanced usage and it is recommended to set preferences