prefer sh to bash in the docs

This commit is contained in:
Charles Kerr 2017-11-24 11:13:57 +01:00
parent c18afc924b
commit 1b0c1842ca
16 changed files with 87 additions and 81 deletions

View file

@ -45,7 +45,7 @@ Forces the maximum disk space to be used by the disk cache, in bytes.
Specifies the flags passed to the Node JS engine. It has to be passed when starting
Electron if you want to enable the `flags` in the main process.
```bash
```sh
$ electron --js-flags="--harmony_proxies --harmony_collections" your-app
```
@ -112,7 +112,7 @@ A comma-separated list of servers for which integrated authentication is enabled
For example:
```bash
```sh
--auth-server-whitelist='*example.com, *foobar.com, *baz'
```

View file

@ -7,7 +7,7 @@ are initialized earlier than the command line flags and the app's code.
POSIX shell example:
```bash
```sh
$ export ELECTRON_ENABLE_LOGGING=true
$ electron
```