docs: use hyphens instead of snake case (#5802)

This commit is contained in:
Callum Waters
2020-12-17 08:59:58 +01:00
committed by GitHub
parent 6ef81c6074
commit ebff8a96a5
29 changed files with 206 additions and 207 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ spec:
done
seeds=$(IFS=','; echo "${seeds[*]}")
tendermint node --p2p.seeds="$seeds" --moniker="`hostname`" --proxy_app="unix:///socks/app.sock"
tendermint node --p2p.seeds="$seeds" --moniker="`hostname`" --proxy-app="unix:///socks/app.sock"
volumeMounts:
- name: tmdir
mountPath: /tendermint
@@ -144,7 +144,7 @@ spec:
done
seeds=$(IFS=','; echo "${seeds[*]}")
tendermint node --p2p.seeds="$seeds" --moniker="`hostname`" --proxy_app="unix:///socks/app.sock"
tendermint node --p2p.seeds="$seeds" --moniker="`hostname`" --proxy-app="unix:///socks/app.sock"
volumeMounts:
- name: tmdir
mountPath: /tendermint
@@ -144,7 +144,7 @@ spec:
done
seeds=$(IFS=','; echo "${seeds[*]}")
tendermint node --p2p.seeds="$seeds" --moniker="`hostname`" --proxy_app="dummy"
tendermint node --p2p.seeds="$seeds" --moniker="`hostname`" --proxy-app="dummy"
volumeMounts:
- name: tmdir
mountPath: /tendermint