Adding missing double quotes.
This commit is contained in:
parent
b13e197b92
commit
fe60a33d31
2 changed files with 2 additions and 2 deletions
|
@ -491,7 +491,7 @@ If a preference needs to be *removed*, its value should be set to `UNSET`. For
|
||||||
example:
|
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
|
**NOTE**: This is an advanced usage and it is recommended to set preferences
|
||||||
|
|
|
@ -80,7 +80,7 @@ If a preference needs to be *removed*, its value should be set to `UNSET`. For
|
||||||
example:
|
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
|
**NOTE**: This is an advanced usage and it is recommended to set preferences
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue