mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-02 16:21:42 +00:00
Added required --force-bls-withdrawal-credentials description to --disable-deposits usage (#6436)
* cli description * complied docs changes * reverted changes and script amended * fix * reverting unwanted changes * making linter happy * requested changes * Merge branch 'unstable' into cli-fix * Merge branch 'unstable' into cli-fix
This commit is contained in:
@@ -16,7 +16,7 @@ write_to_file() {
|
||||
printf "# %s\n\n\`\`\`\n%s\n\`\`\`" "$program" "$cmd" > "$file"
|
||||
|
||||
# Adjust the width of the help text and append to the end of file
|
||||
sed -i -e '$a\'$'\n''\n''<style> .content main {max-width:88%;} </style>' "$file"
|
||||
printf "\n\n%s\n" "<style> .content main {max-width:88%;} </style>" >> "$file"
|
||||
}
|
||||
|
||||
CMD=./target/release/lighthouse
|
||||
|
||||
Reference in New Issue
Block a user