diff options
author | MeshCollider <dobsonsa68@gmail.com> | 2017-06-27 17:35:47 +1200 |
---|---|---|
committer | MeshCollider <dobsonsa68@gmail.com> | 2017-06-27 19:59:07 +1200 |
commit | 41f3e84aaca82540582fd5a93fd632e752c3e6bf (patch) | |
tree | 18b669a01ef09fb24b8a5603cbd1dff96128ec81 /contrib/init/bitcoind.openrc | |
parent | 234ffc677ee58591b139695bf92bbd6f504ee91a (diff) |
Fix inconsistencies and grammar in various files
Diffstat (limited to 'contrib/init/bitcoind.openrc')
-rw-r--r-- | contrib/init/bitcoind.openrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/init/bitcoind.openrc b/contrib/init/bitcoind.openrc index eda1a96fb4..50377c0995 100644 --- a/contrib/init/bitcoind.openrc +++ b/contrib/init/bitcoind.openrc @@ -76,12 +76,12 @@ checkconfig() eerror "" eerror "This password is security critical to securing wallets " eerror "and must not be the same as the rpcuser setting." - eerror "You can generate a suitable random password using the following" + eerror "You can generate a suitable random password using the following " eerror "command from the shell:" eerror "" eerror "bash -c 'tr -dc a-zA-Z0-9 < /dev/urandom | head -c32 && echo'" eerror "" - eerror "It is also recommended that you also set alertnotify so you are " + eerror "It is recommended that you also set alertnotify so you are " eerror "notified of problems:" eerror "" eerror "ie: alertnotify=echo %%s | mail -s \"Bitcoin Alert\"" \ |